# Quickstart

It's easy to start a new workflow with [floatz AI](https://app.floatz.ai): click the **#** button on the right-hand side of the prompt.

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

Alternatively, type @workflow and the prompt bar smartly opens a new workflow.

<figure><img src="/files/5IDW9VP6uCnezrGZdzyh" alt=""><figcaption></figcaption></figure>

### <mark style="color:purple;">Hello World</mark>

Once a workflow opens, you can use the **Hashtag** language.&#x20;

Try it out by prompting floatz AI with "hello world" as part of a task named "hello".&#x20;

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

Click Run Workflow to execute the script and floatz AI answers within a chat.


---

# 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.app.floatz.ai/getting-started/quickstart.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.
