# Intro

{% hint style="warning" %}
**You don't feel like to read docs?** No problem, you can just go ahead and create an account and you will have all the information you need at your dashboard as well.
{% endhint %}

{% embed url="<https://www.file0.dev/signup>" %}
Create an account and skip the docs
{% endembed %}

For those who want to get a taste of FILE0 before signing up, let's not waste more of your time.

After creating an account you will need to hook up FILE0 with your project.


---

# 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.file0.dev/welcome/intro.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.
