> For the complete documentation index, see [llms.txt](https://docs.jakebot.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jakebot.co.uk/basic-usage-and-setup/viewing-deleting-and-disabling..md).

# Viewing, deleting and disabling.

<details>

<summary>View all setups</summary>

`/settings automatic_translation list`

Running this will display a multipage embed with a brief overview of all the setups you have created

</details>

<details>

<summary>View Complete Details on One Setup</summary>

`/settings automatic_translation view [setup]`

Use this to view one setup in a lot more detail. This shows you all the channels it's running in, any diversions, blacklisted words etcetera.

</details>

<details>

<summary>Delete (or disable) a Setup</summary>

`/settings automatic_translation delete [setup] (action)`

Using this you can delete or disable a setup, by default it will delete whatever setup you select. But under extra options, there is an `action` selection, and in that, you can select "Disable" to simply disable the specified setup. You can also tell it to delete the other half of a paired setup.

</details>

<details>

<summary>Alternate way to disable a setup</summary>

`/settings automatic_translation edit [setup] (status)`

This is simply an alternate way to disable a setup, we will go into more detail on the edit menu in the [next section](/basic-usage-and-setup/editing-your-setups.md).

</details>


---

# 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.jakebot.co.uk/basic-usage-and-setup/viewing-deleting-and-disabling..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.
