# Capabilities

The capabilities section is designed to extend and customize your AI Agent’s functionality. It consists of two parts:

<figure><img src="/files/ZKfzw3Gntfcc4jrKtAqv" alt=""><figcaption><p>Interworky AI Agent Capabilities</p></figcaption></figure>

1. Managed Capabilities: Pre-configured functionalities that can be easily enabled.\ <br>
2. Custom Capabilities: User-defined functions that allow you to tailor the AI Agent to specific tasks and scenarios.


---

# 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://interworky.gitbook.io/interworky-docs/features-overview/capabilities.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.
