# Running Skills (on-demand vs scheduled)

## **On-demand:**

* Click \[Run] on a skill in the sidebar
* Or ask in chat: "Run simulation on 200 tickets from last 60 days"

<figure><img src="/files/4AkOP4jeeYaLc3fz3gUh" alt=""><figcaption></figcaption></figure>

## **Scheduled:**

* Set up via Settings > Schedules
* Options: Daily / Weekly / Monthly at a specific time (30-minute increments)
* Example: "Run simulation every Monday at 9am and email me a summary"
* Schedules can also be created via chat

You can find them below:

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

<figure><img src="/files/0S8g2Iyby2et96EsTgAY" alt=""><figcaption></figcaption></figure>

## **Skill outputs**&#x20;

Can be found under 'activity' or 'outputs' in the Skills section on the left sidebar in the eesel dashboard.&#x20;

You can chat with the agent about its output to help refine, understand, and use the information there.

The skill output will also be sent to your email address when completed - no need to have the dashboard open for it to finish processing!


---

# 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/running-skills-on-demand-vs-scheduled.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.
