# Actions

- [Introduction to Actions](https://threadly.gitbook.io/threadly/actions/introduction-to-actions.md): Threadly Actions make your Slack messages interactive. Use Website CTAs to link out to any URL, or Form CTAs to collect structured data right inside Slack — no external tools needed.
- [Website CTAs](https://threadly.gitbook.io/threadly/actions/website-ctas.md): Drive engagement with interactive CTA buttons on messages in Threadly
- [How to Create a Website Action](https://threadly.gitbook.io/threadly/actions/website-ctas/how-to-create-a-website-action.md)
- [Form CTAs](https://threadly.gitbook.io/threadly/actions/form-ctas.md)
- [How to Create a Form](https://threadly.gitbook.io/threadly/actions/form-ctas/how-to-create-a-form.md)
- [How to Create a Quick Form](https://threadly.gitbook.io/threadly/actions/form-ctas/how-to-create-a-quick-form.md)
- [Setting Up Form Webhooks](https://threadly.gitbook.io/threadly/actions/form-ctas/setting-up-form-webhooks.md)
- [Creating Anonymous Forms](https://threadly.gitbook.io/threadly/actions/form-ctas/creating-anonymous-forms.md): Capture form submissions anonymously
- [Unpublishing Your Form CTA](https://threadly.gitbook.io/threadly/actions/form-ctas/unpublishing-your-form-cta.md)
- [Calendar Actions](https://threadly.gitbook.io/threadly/actions/calendar-actions.md): Threadly Calendar Actions let Slack recipients book meetings without leaving Slack. Connect Cal.com or HubSpot Calendar, add a booking button to any message, and let people pick a time inside a Slack


---

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