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

# Form Availability

### Configure form availability

1\. Go to form explorer.

2\. Select the form you want to configure availability and wait for the settings form to load.

![](https://captisa.com/wp-content/uploads/2019/10/enable-entry-comment-1.png)

3\. By default, all forms are public. To make the form private, toggle the ‘Form Availability’ button.

![](https://captisa.com/wp-content/uploads/2019/10/form-availability-submission-limit.png)

4\. To limit the number of form entries, enter a number in the ‘Submission Limit’ field and create a message for the user.

**Note:** The message will be shown to the user when the submission limit has been reached.

![](https://captisa.com/wp-content/uploads/2019/10/form-availability-date-availability.png)

5\. To enable form submissions on a specific time frame, enter start and end dates, and create a message to the user.

**Note:** The message will be shown to the user when the current date is outside of the time frame.

![](https://captisa.com/wp-content/uploads/2019/10/form-availability-toggle-public.png)


---

# 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:

```
GET https://docs.captisa.com/guides/form-availability.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.
