> For the complete documentation index, see [llms.txt](https://guides.apxor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.apxor.com/product-guides/create-a-survey/latest/schedule-and-limit.md).

# Schedule and Limit

Under the Schedule tab, you will be able to customize the schedule and limits of the Survey.

### Schedule

Under Schedule, you can set the survey duration that specifies how long the survey should be active. Enabling the “Show at Specific Time of the day” allows you to decide the timings at which the survey must be shown to the user. If you chose a specific time period of the day based on your users' active time, the conversion rate will increase.

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

### Refresh users in Segments

This option must be enabled only when using “Segments” in your target audience. You can specify if the survey’s target users should be re-evaluated every n number of hours, days, or weeks while the survey is active. For example, you can refresh the users in the segment and display the survey to be shown every day.

### Limit to Displaying

Finally, set the survey display limit conditions by selecting the maximum number of times a survey can be displayed to a user, either per session or overall. To further drill them down and get to the specifications, you can enable the Day and Session Limits to specify how many times it can be shown per session and per day.

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


---

# 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://guides.apxor.com/product-guides/create-a-survey/latest/schedule-and-limit.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.
