> 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/settings.md).

# Settings

### Custom Canvas

* **Navigate the Editor Page:** On your HIVO account go to the Editor page where you work on your content.
* **Locate the Settings Icon:**  On the right side of the Editor page, find the settings icon.
* **Click the Settings Icon:** Click on the settings icon on the upper right side to open the settings menu.

<figure><img src="/files/0ehfUTqX8h8HmVQthynF" alt=""><figcaption></figcaption></figure>

* **Select “PICK A TEMPLATE” button:** In the settings menu, look for the option labeled “PICK A TEMPLATE.” Click on this option.
* **Start with a New Canvas:** You can set your own Canvas size using the Width and Height options, or choose one from a template by selecting “PICK A TEMPLATE,” you will be able to choose from available templates to start with a new canvas. Browse through the options and select a template that fits your needs.

<figure><img src="/files/XojCyCIq3xbhgJA4YPPh" alt=""><figcaption><p> Canvas</p></figcaption></figure>

### Approval Template

* **Click on the Settings Icon:** On the Editor page, locate and click the settings icon.
* **View Approval Template Option:** In the settings menu that appears, find the “Approval Template” option.

<figure><img src="/files/TXFg3Dn3mkg0GKpVElYi" alt=""><figcaption><p>Approval Template</p></figcaption></figure>

* **Choose from the Drop-Down Menu:** Click on the drop-down menu next to “Approval Template” to see a list of available templates.
* **Select a Template:** From the drop-down list, choose the template that you want to use for approvals.

In Settings, you can personalize your workspace and manage access. Custom Canvas offers flexible layouts for more efficient content creation and Approval Templates streamline the content approval process.


---

# 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/settings.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.
