> For the complete documentation index, see [llms.txt](https://docs.formshare.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.formshare.app/readme.md).

# Welcome to FormShare

This is the official documentation of FormShare

{% hint style="info" %}
**What is FormShare:** FormShare is an advanced and professional data management platform for [Open Data Kit](https://docs.getodk.org/) (ODK) that handles your data in a secure, consistent, and interoperable way using technologies like [MySQL](https://www.mysql.com/products/community/), [Elasticsearch](https://www.elastic.co/), and [OData](https://www.odata.org/)

With FormShare, you can create data collection projects, upload ODK Forms, manage submissions, clean data, create data products, and analyze data with the tools of your choice.

FormShare is [open source](https://github.com/qlands/FormShare) and offered for free to individuals and small organizations at <https://formshare.org>
{% endhint %}

## Getting Started

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="/pages/0wpt8bqj7AFDDqNCRYAr" %}
[Registering and logging in](/guides/create-an-account-login.md)
{% endcontent-ref %}

{% content-ref url="/pages/YKRWjNFYNYwXPHY8cpsO" %}
[Creating your first project](/guides/creating-your-first-project.md)
{% endcontent-ref %}

{% content-ref url="/pages/ql40jVeAtbm53ToZJeqb" %}
[Uploading your first ODK Form](/guides/creating-your-first-task.md)
{% endcontent-ref %}

{% content-ref url="/pages/KQ0VrebYc80Z1WhcLmRb" %}
[Create a repository for your form](/guides/creating-your-first-task/advanced-permissions.md)
{% endcontent-ref %}

### Fundamentals: Dive a little deeper

Learn the fundamentals of FormShare to get a deeper understanding of our main features:

{% content-ref url="/pages/dRyGLZ1CD0eM08JxSpPo" %}
[Projects](/fundamentals/projects.md)
{% endcontent-ref %}

{% content-ref url="/pages/hVvOYBJJBPEVV0Ep826H" %}
[Collaborators](/fundamentals/members.md)
{% endcontent-ref %}

{% content-ref url="/pages/KqJu42AMICzjyx3E9aKm" %}
[Forms](/fundamentals/forms.md)
{% endcontent-ref %}

{% content-ref url="/pages/HcA5gKveZIQAR5IwBCHl" %}
[Assistants](/fundamentals/tasks.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.formshare.app/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
