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

# FAQ

{% hint style="info" %}
Feel free to ask any question on our [Discord server](https://discord.tutim.io) or [email](mailto:support@tutim.io) us

We're there exactly for that, and would be really happy to talk
{% endhint %}

<details>

<summary>What is Tutim?</summary>

Tutim is an API-first, headless online form builder designed for web app teams.

Developers can use the Tutim API and React.js SDK to fully integrate their forms within their applications and websites using their existing React components.

Non-developers can create and manage the forms they need through the admin portal with a drag & drop builder and a CMS

</details>

<details>

<summary>What's included on the free tier?</summary>

1. The sdk
2. The drag & drop builder
3. Managing your first 10 forms through the admin panel

</details>

<details>

<summary>Can I handle the responses backend with Tutim?</summary>

We haven't publicly launched our backend service yet, contact us through [Discord](https://discord.tutim.io) for early access

</details>

<details>

<summary>Do I have to know to code to use Tutim?</summary>

Tutim is a developer-first product, so we suggest sending a [Tutim link](https://tutim.io) to a developer on your team

</details>

<details>

<summary>Is Tutim open-source?</summary>

We are not open-source library but we provide a free to use library that enables developers to create forms x10 faster.

The admin portal is closed-source SaaS, but it can be deployed on your premises through our Enterprise plan. [Contact us](https://discord.tutim.io)

</details>

<details>

<summary>Do I have to use React.js to use Tutim?</summary>

No

You can use any framework, form library, or language with Tutim via our REST API.

Tutim React SDK is there for your convenience, and we firmly believe it provides the best developer and end-user experience.

</details>

<details>

<summary>Do I have to store my data on Tutim?</summary>

No.

If you use the Tutim React SDK, you can use the form builder, but send your data elsewhere besides Tutim's submission storage.

</details>

<details>

<summary>Do you have an enterprise solution?</summary>

Yes.

[Contact us](https://discord.tutim.io)

</details>

<details>

<summary>Is Tutim SOC2 and HIPAA compliant?</summary>

Tutim is SOC2 and HIPAA Compliant ready. [Contact us](https://discord.tutim.io)

</details>

{% embed url="<https://www.tutim.io/faq>" %}


---

# 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.tutim.io/troubleshooting/faq.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.
