> For the complete documentation index, see [llms.txt](https://docs.mirotranslate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mirotranslate.com/en/other-options.md).

# Other options

On the main toolbar at the top of the Miro Translate interface, you will find the following information:

![](/files/-M8Qd55zZ5GJT7ogcY7t)

&#x20;1\. Title of the active project.

&#x20;2\. The percentage of the storage capacity used. Each user is given 3 Go.

> **Note:**\
> It is recommended to delete the video when you finish a project. To do this, \
> a) Select the video in the **Video** list and\
> b) Click on **Delete video**.

![](/files/-M8Qe15sXpvTuWHtKzLR)

Remember that even if you delete the video, the subtitle file will still be available in your project list.

3\. Your user space. Open the menu to see the options:

**My account** displays information about your Miro Translate account. You can modify the different fields and click on **Update Account** when you are done.

![](/files/-M8QenkSjqxuChbRpY0b)

> **Note:** \
> To avoid technical problems, do not make any changes to the Microsoft Speech API key, Microsoft Translator Text API key and Microsoft Speech API Key fields.

The **My settings** option offers different possibilities.

* When the **Auto save**, option is activated, the project will automatically be saved on a regular basis.<br>
* The **Font size** option allows you to increase or decrease the font size of the interface to improve readability.<br>
* The **Theme** option allows you to choose between a black or white background for the interface to improve readability.

![](/files/-M8QfS2x63Nr-A1CTzAK)

* The **Help** option will open the Miro Translate tutorial. It is available in three languages: English, French and Spanish.<br>
* The **Sign out** option allows you to log out from Miro Translate.

4\. The **Save** button allows you to manually save changes. If you have not activated the **Auto save** option, click on **Save** regularly.

5\. This button allows you to increase the size of the video.

6\. The arrows allow you to **Undo / Redo** the most recent actions performed on the subtitles.


---

# 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://docs.mirotranslate.com/en/other-options.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.
