# Extra options

There is an option for Organisation Managers to be able to take control of their bot by having a general settings section which is called **Extra options**. You will be able to **Export** (download a copy of a bot's code as backup) or **Import** (restore a backup of this bot from a zip file).

<figure><img src="/files/bLxFalVjTTFSKAomXy9Y" alt=""><figcaption></figcaption></figure>

Optionally: there is a possibility to get the source code of a bot to be synchronizeed to a Git respository. Each time a publish is done, a git commit is made and is pushed to the configured respository. The synchronization works one-way only.

Even more options such as:

| Setting               | Explanation                                                                        |
| --------------------- | ---------------------------------------------------------------------------------- |
| Deactivate (bot name) | Deactive this bot to make it (temporarily) unavailable for new conversations.      |
| Clone bot             | You can clone this bot to make a backup copy or start a new bot based on this one. |
| Move bot              | You can move this bot to one of your other environments.                           |
| Delete bot            | With this button you can remove your bot, deleting all files and user data.        |


---

# 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://manuals.dialox.ai/settings/app-settings/extra-options.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.
