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