# What are Skills?

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

Skills are pre-built analytical workflows your agent can run on top of its core job. Unlike the agent's main work (answering tickets, writing posts), skills are distinct multi-step processes with their own logic and output artifacts.

**A skill is NOT:**

* A single tool call (that's just a tool)
* The agent's core behavior (that emerges from instructions + integrations)

**A skill IS:**

* A distinct workflow with multiple steps
* Has its own process and branching logic
* Produces its own output artifact (report, analysis, draft articles)

Skills work either with the default settings, or with your additional instructions added in the text field, to extract the information you need to generate a report, or other output, based on the agent's knowledge and instructions.

You can add skills by clicking the plus button on the bottom left of the eesel dashboard.

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


---

# 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.eesel.ai/skills/what-are-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.
