# Yes/No poll settings

When you create a [Yes/No poll](https://tallycal.com/traditional_poll), you'll have the option to choose between showing times or just single days.

**Specify Times**

Turn on 'Specify times for each day' to choose times for your poll.&#x20;

The times you enter will be based on your current timezone on the browser you are viewing TallyCal with.

Under 'Select a time' you can choose the starting time for each option you will add to your poll. Then you can select the duration for each day you will add to your poll.

You can switch the view to show all times in 24-hour format, if preferred. By default, it will show the format saved to your [profile](/account/account-profile.md). If you are not logged in, the default will be 12-hour time format.

**Show days of week only**

You can choose to show the week day only on your poll options. This will not show a date. So if you choose Monday, March 13th as a poll option then your participants will only see Monday if you have this feature turned on.

<figure><img src="/files/0d2gIl71114tx3BqxEbL" alt=""><figcaption><p>Day of week only</p></figcaption></figure>

**Add dates to your poll**

After you select the start time and duration, you can choose days on the calendar grid below. When you click on a date, it will add an option to the list of poll choices at the bottom of the page. If you click that same date again, it will remove the choices for that date from the list at the bottom of the page.

**Adjust start and end time for a timeslot**

Once you have added your dates, you can adjust the time and dates for each option by clicking on them individually. This allows you to make a timeslot end on a different day than it started.

**Add additional timeslots to a date**

You can also add another timeslot to the same starting date. Simply press the "+" symbol next to the date. It will create another timeslot, using the 'start time' and 'duration' settings from the top of the page.

**Delete a timeslot**

You can press the 'Trash' icon next to a timeslot to delete it from your poll. However, if you delete a timeslot that has been voted on already in a published poll, you will lose that data for the timeslot, and will not be able to recover it.

**Add timeslots without times**

If you want your poll to offer full day options, without showing specific times, then simply turn off 'Specify times for each day'.

**Timeslot allowance**

You can add up to 15 timeslots per poll. If you are a TallyCal Pro user, you can add unlimited timeslots per poll.

<figure><img src="/files/zkO925tkrNpTW5gX6tdc" alt=""><figcaption><p>TallyCal Yes/No Poll Timeslots</p></figcaption></figure>


---

# 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://help.tallycal.com/polls/create-a-poll/yes-no-poll-settings.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.
