> For the complete documentation index, see [llms.txt](https://docs.siminsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siminsights.com/skillful.md).

# Skillful

## Overview

Skillful is a collection of pre-built simulations using the HyperSkill platforms. You can find out more about Skillful by visiting the information page at <https://siminsights.com/skillful>. The Skillful team is regularly building new simulations. If you would like to request a simulation for your field, please contact us [here](https://www.siminsights.com/contact/). &#x20;

To learn more about the simulations Skillful has, visit <https://marketplace.siminsights.com/skillful> for a complete catalog of all available simulations. The majority of simulations in the Skillful marketplace require specialized permissions. To gain access to these simulations, visit our [pricing page](https://siminsights.com/pricing) or contact us through our [contact page](https://siminsights.com/contact).

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

You can also find the list of simulations in CSV format below.

{% file src="/files/DEeROFzOLJW3WVHTn8ys" %}

## Access

To access the Skillful simulations, click on the **All Simulations** button, then navigate to the desired simulation and click. If the account accessing the simulation has the necessary access required to play the simulation, a button labeled, "Launch Simulation" will appear. Pressing this button will open up the simulation in a new tab.&#x20;

<figure><img src="/files/uBRZDJ2BDL6nJjOlBQnk" alt=""><figcaption><p>Skillful simulations selection screen</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.siminsights.com/skillful.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
