# Creating a new form

## New forms

Login to your [formX console](https://formx.stream/app/)

You will then be taken to your workspace.&#x20;

* Click on the 'Create New' button at the top right of your screen&#x20;

![](https://lh4.googleusercontent.com/a1yZpCLfbQkLJOaAbYr4Xve0OfiHbOa6nCa-1aT6SQsIVIfMOEzYWDZuhqsRTI92Tc2H7ofTqfIPsZgkrIl_GXEDiBqkPsYz8anuy-bzuLpln8MITSVQDZ9zo7iYn55l68vT0Ujq)

* You will now see a popup with two options 'Create New Workspace' (Workspace a collection of many forms) and 'Create Form'&#x20;
* Choose 'Create Form'&#x20;
* In the appear wizard, select the workspace under which you want to create your new form
* Enter the form name
* Click on 'Create'&#x20;
* Voila! You can copy the script for quick implementation, or you can skip that step by clicking on 'Go To Submissions'


---

# 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.formx.stream/guides/creating-a-new-form.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.
