# Guides

- [Getting Started with Editmode for Rails](https://editmode.gitbook.io/editmode-docs/guides/rails_start.md)
- [Image Transformation Properties](https://editmode.gitbook.io/editmode-docs/guides/image-transformation-properties.md)
- [Using Editmode with Next.js](https://editmode.gitbook.io/editmode-docs/guides/editmode-and-next.js.md)
- [Using Editmode for React Native and i18n](https://editmode.gitbook.io/editmode-docs/guides/editmode-react-native-and-i18n.md)
- [Marketing Site in a Box](https://editmode.gitbook.io/editmode-docs/guides/marketing-site-in-a-box.md)
- [Adding Content](https://editmode.gitbook.io/editmode-docs/guides/marketing-site-in-a-box/adding-your-own-content.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://editmode.gitbook.io/editmode-docs/guides.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.
