# Creating An New Form

## Guide for creating your Form using the admin-dashboard:

Navigate to the Forms section under Content in the sidebar.

<div align="left"><figure><img src="/files/ztirioxZNpKSZDP5QctW" alt=""><figcaption></figcaption></figure></div>

Here you click on "**Create Form**" - if you have already created a form, you can always click on the form you want to edit.

***

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

**You now need to give your Form a title, slug and a category.** \
**Form Title:** Will appear in several places on the website and will be the name your users see.&#x20;

\
**Form Slug:** The name of the URL that the user arrives at when filling out the application. If you choose to type <mark style="color:blue;">**test**</mark>, the application can be accessed at this link: **\<yourpage>.centox.io/forms/**<mark style="color:blue;">**test**</mark>**/submit**&#x20;

\
**Category:** The group that the name should be placed under on the website. You can have multiple applications under the same category.

***

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

You will now be taken to a page where you can change a lot of things about your form.

***

## **What steps should you take next?**

1 - Set up your Form with the questions to answer. You can read all the types of fields you can use under [Forms Question Types](/forms/forms-question-types.md) - you can create drop-down menus, long-text fields, images, and checkmarks as fields.

2 - Turn on which groups can see and respond to applications for that specific group. By default, Default users can always respond to all applications made. You can create new groups under [Permissions & Groups](/permissions-and-groups.md) where you can also change which groups can view and respond to specific applications.

3 - Finally, when you are ready, press "**Enable**", this makes your Form visible on your website (only for groups that can see it). As long as your form is **Disabled**, it cannot be accessed via your project's website.

Always make sure to click "**Save Changes**" at the bottom when making changes to your application form, otherwise you risk your changes not being saved.

***

## Still need answers to your questions about Forms?

This was a guide on how to create your Forms via our admin dashboard. If you want to see a guide on how to reply to applications and generally view applications on your website, you can read more under [Answer an Application on the Website](/forms/answer-an-application-on-the-website.md)

You can read about all the types of questions you can use for your application forms under [Forms Question Types](/forms/forms-question-types.md) where we have described how they all work.

In addition, we have answered a wide range of questions regarding the Forms system that we have received over time under [Forms FAQs](/forms/forms-faqs.md)


---

# 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.centox.io/forms/creating-an-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.
