> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/editor.md).

# Editor

- [Templates](https://support.hivo.co/editor/templates.md): Templates helps to speed up and simplify the process of creating content efficiently while maintaining consistency in branding and clarity throughout the content creation process.
- [Settings](https://support.hivo.co/editor/settings.md): Provides options to customize and configure various aspects of your content.
- [Saving Templates](https://support.hivo.co/editor/saving-templates.md): Saves your time and keeps your work neat, making it easy to create new content without starting from scratch every time.
- [Brand Assets](https://support.hivo.co/editor/brand-assets.md): It helps to manage and access brand resources to ensure consistency and adherence to brand guidelines across all content.
- [Layers](https://support.hivo.co/editor/layers.md): It helps you organize and manage different elements in your design
- [Export](https://support.hivo.co/editor/export.md): Allows easy sharing, compatibility with other software, backup, and facilitates collaboration by enabling others to access and use your designs in various formats.
- [Auto Resize with AI](https://support.hivo.co/editor/auto-resize-with-ai.md): Automatically adjust the size and layout of your designs for multiple platforms


---

# 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 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, and the optional `goal` query parameter:

```
GET https://support.hivo.co/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
