# Skills

{% hint style="info" %}
This feature is currently in Beta. Please reach out to Support to find out more.&#x20;
{% endhint %}

Create skills for your agent that can be reused within your agents.

<figure><img src="/files/UOSX3ENy7jCkktN6Kt24" alt=""><figcaption></figcaption></figure>

Use **Skills** to write focused prompts for your agents. Each Skill can include specific tools that are triggered only when the Skill is called. This allows you to break up complex instructions into smaller, manageable parts and ensures that tools only run in response to specific trigger prompts.

Skills can also be used within multiple agents, saving you time from needing to recreate them.&#x20;


---

# 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.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/skills.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.
