# Generate Skills with AI

{% hint style="info" %}
This feature currently only works for raster images, videos and audio files.
{% endhint %}

Filestar AI can generate code for completely new skills in real time. Here's an example:

```
insert the text “Filestar” 10 times in random locations and with random colours
```

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

This is a toy example of a skill that we don’t have. Our code-writing agent will automatically figure out that “Filestar” and “10” are parameters that you as a user might want to alter and write all the code for this skill in a few seconds and ship to the executed in a sandbox on your computer.&#x20;

### Notes

* AI generation is not deterministic and results can vary. If you're unhappy with the result, try running with the same prompt again.&#x20;

<br>


---

# 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://help.filestar.com/advanced/generate-skills-with-ai.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.
