# Rows

- [Reusable Content](https://docs.beefree.io/beefree-sdk/rows/reusable-content.md)
- [Create Reusable Content](https://docs.beefree.io/beefree-sdk/rows/reusable-content/create.md)
- [Pre-build Reusable Content](https://docs.beefree.io/beefree-sdk/rows/reusable-content/create/pre-build.md)
- [Implement Custom Rows](https://docs.beefree.io/beefree-sdk/rows/reusable-content/create/pre-build/implement-custom-rows.md)
- [Save Reusable Content](https://docs.beefree.io/beefree-sdk/rows/reusable-content/create/save.md)
- [Implement Hosted Saved Rows](https://docs.beefree.io/beefree-sdk/rows/reusable-content/create/save/implement-hosted-saved-rows.md)
- [Implement Self-hosted Saved Rows](https://docs.beefree.io/beefree-sdk/rows/reusable-content/create/save/implement-self-hosted-saved-rows.md): Read this page to learn more about important the core concepts of implementing Self-hosted saved rows.
- [Self-hosted Saved Rows Concepts and Tutorial](https://docs.beefree.io/beefree-sdk/rows/reusable-content/create/save/implement-self-hosted-saved-rows/self-hosted-saved-rows-concepts-and-tutorial.md): Read this page to learn more about the core concepts of implementing self-hosted saved rows, and to follow along in a tutorial with an example of how to implement it.
- [Sync Reusable Content](https://docs.beefree.io/beefree-sdk/rows/reusable-content/sync.md)
- [Implement Synced Rows](https://docs.beefree.io/beefree-sdk/rows/reusable-content/sync/implement-synced-rows.md)
- [Initialize Edit Single Row Mode](https://docs.beefree.io/beefree-sdk/rows/reusable-content/sync/initialize-edit-single-row-mode.md)
- [Manage Reusable Content](https://docs.beefree.io/beefree-sdk/rows/reusable-content/manage.md)
- [Storage for Reusable Content](https://docs.beefree.io/beefree-sdk/rows/storage.md)
- [Hosted Saved Rows](https://docs.beefree.io/beefree-sdk/rows/storage/hosted-saved-rows.md)
- [Self-Hosted Saved Rows](https://docs.beefree.io/beefree-sdk/rows/storage/self-hosted-saved-rows.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.beefree.io/beefree-sdk/rows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
