# Submit a form

Video Link: <https://youtu.be/qCIliYtQZRE>

API to submit a form. All the responses of the form will be stored and shown in our platform.

1. Enter the Access token in Authentication block on the right, and form id in Path Params. Then, you can enter data for each key by using **Add field** button.

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

2. Click on **Try It!** button. And insert the data in form.

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

3. You can access the form Reponses by going to the **Form** option in your website.

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

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


---

# 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://nexaflow.gitbook.io/nexaflow/developer-apis/submit-a-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.
