# Creating your first test

## Creating your first Flow

To get started creating your first flow, use the navigation menu on the left and click Flows. From here you are able to Create, Update and Delete flows from your account.

## Adding Elements

Use the Navigation menu on the left to go to Elements. From here you are able to create [Creating Elements](/elements/creating-elements.md) for use within flows. You are also able to create new elements within a node, using the + icon.


---

# 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.does.qa/getting-started/creating-your-first-test.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.
