# Editmode Docs

## Editmode Docs

- [Welcome to Editmode](https://editmode.gitbook.io/editmode-docs/master.md)
- [Core Concepts](https://editmode.gitbook.io/editmode-docs/core-concepts.md)
- [The Magic Editor](https://editmode.gitbook.io/editmode-docs/the-magic-editor.md): Making seamless inline edits with no code changes required.
- [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)
- [Editmode for Rails](https://editmode.gitbook.io/editmode-docs/client-libraries/editmode-for-rails.md)
- [Editmode for React](https://editmode.gitbook.io/editmode-docs/client-libraries/editmode-for-react.md): Editmode allows you to turn plain text in your React app into easily inline-editable bits of content that can be managed by anyone with no technical knowledge.
- [Editmode for React Native](https://editmode.gitbook.io/editmode-docs/client-libraries/editmode-for-react-native.md)
- [The Editmode CLI](https://editmode.gitbook.io/editmode-docs/editmode-plugins/the-editmode-cli.md)
- [Editmode for Visual Studio Code](https://editmode.gitbook.io/editmode-docs/editmode-plugins/untitled.md)
- [Editmode For Sublime Text](https://editmode.gitbook.io/editmode-docs/editmode-plugins/editmode-for-sublime-text.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://editmode.gitbook.io/editmode-docs/master.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.
