# Create ODK Form

## Description

This guide provides steps to create a new ODK form for a program.

## Pre-requisites

* [ODK Central](https://docs.getodk.org/central-intro/) should be deployed and available.
* The user should have an Administrator role in ODK Central. See [Create User and Assign Role](/1.1/guides/user-guides/assign-roles-to-users.md) guide.

## Steps

1. Login to ODK Central.
2. Click on the +*New* button to create a new project

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

2. Provide the project name same as the program name for which creating the form.

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

3. Once the project is created and listed on the ODK home page, click on the project name.
4. Click on the +*New* button on the project overview page to create a new form.

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

5. Choose a file which has form values and upload it.

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

6. Once the form file is uploaded it will be in draft status. Click on *Publish* *Draft* to publish the form.

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

7. Once the draft is published it will be listed under the project overview.


---

# 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.openg2p.org/1.1/guides/user-guides/create-odk-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.
