# +ask

{% hint style="info" %}
This is a **Beta** command. Results may return incorrect or misleading information. If you encounter any problems, please consider reporting them to us immediately on our [Support Server](https://discord.gg/DEEZY5cwpy).
{% endhint %}

## Usage

```
+ask <question>
```

## Arguments

| Name     | Description                          | Type   | Required |
| -------- | ------------------------------------ | ------ | -------- |
| question | The question or search query to ask. | String | Yes      |

## Examples

![](https://user-images.githubusercontent.com/111157596/264465627-1447574f-2824-482e-b9f4-02f13cc1491b.png) ![](https://user-images.githubusercontent.com/111157596/264465909-626da78f-8cef-4101-9dab-d4b824d091f2.png)


---

# 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://xnickydev.gitbook.io/ocavy/commands/utility/+ask.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.
