# How can I hide the AI widget?

Termius can generate commands from plain-language descriptions. On iOS, this happens through the AI widget above the keyboard in the terminal. On desktop, it is part of shell integration and Autocomplete. See [Shell Integration and Autocomplete](/terminal/autocomplete-and-shell-integration.md).

{% tabs %}
{% tab title="iOS/iPadOS" %}
To hide the AI widget on iOS or iPadOS:

1. Open `Termius > Profile > Settings`.
2. Turn on `Hide the AI widget` in the `Terminal` section.
   {% endtab %}

{% tab title="Desktop" %}
To disable AI suggestions that convert text into commands, you need to disable Autocomplete completely.

1. Open `Termius > Settings > Terminal`.
2. Turn off `Autocomplete`.
   {% endtab %}
   {% endtabs %}


---

# 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.termius.com/help-center/faq/how-can-i-hide-the-ai-widget.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.
