# Options

### Custom options

#### Using the available option types to add an option

* Custom
  * Type free text and press enter to add an option.

    > Use markdown to [**format**](/proper/reference/polls/start/options.md#formatting-custom-options) text.
* Day of the week
* Date
* Channel
* User

#### Formatting custom options

* **Bold**

  Surround your text with asterisks.

  ```
  *abc*
  ```
* ***Italics***

  Surround your text with underscores.

  ```
   _abc_
  ```
* ~~**Strikethrough**~~

  Surround your text with tildes.

  ```
   ~abc~
  ```
* **Inline code**

  Surround your text with single sticks.

  ```
  `abc`
  ```
* **Links**

  Slack will make a it a clickable link if you paste the URL, but you can use a cobination of `<`, `|`, and `>` to format URLs.
* ```
  <https://happybara.io|happybara>
  ```

### Template options

#### Options from a template cannot be modified.


---

# 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://happybara.gitbook.io/proper/reference/polls/start/options.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.
