# Creating Anonymous Forms

**Forms** are a powerful feature designed to simplify capturing user-inputted data, all from Slack. By leveraging Forms, you can capture feedback, signups, internal surveys, and so much more, all without ever opening a new tab, or tool.

In some scenarios, you may want to send a form to your users or channels and allow the responses to be anonymous and confidential.

{% stepper %}
{% step %}

#### Navigate to the Threadly app

In Slack, open the Threadly app and open the Forms section of the app.
{% endstep %}

{% step %}

#### From the form options dropdown at the top of the screen, click "Form Settings"

<img src="/files/Rma1lpHaK0Mt3dJ3rNBL" alt="" data-size="original">
{% endstep %}

{% step %}

#### Click "Edit" next to "Anonymous Submissions"

<img src="/files/4xg8jMO2oRCffLUtMraZ" alt="" data-size="original">
{% endstep %}

{% step %}

#### Click Yes, then hit Save

<img src="/files/3TU2H5CWvaKLWGMucCLO" alt="" data-size="original">
{% endstep %}
{% endstepper %}

When anonymous submissions are enabled, Threadly protects user privacy by replacing their name with an anonymous ID. <mark style="color:red;">**This randomized ID prevents anyone from identifying the user. This includes owners, workspace admins, Slack administrators, and the Threadly team.**</mark>

{% hint style="info" %}
When anonymous submissions are enabled, the following settings are also unavailable for the form:

* Limit submissions per user
* Limit to specific users
* Save responses to user profile
  {% endhint %}


---

# 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://threadly.gitbook.io/threadly/actions/form-ctas/creating-anonymous-forms.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.
