# Organization & Workflows

- [Overview](https://docs.screendesk.io/organization-and-workflows/overview.md): Organize recordings at scale with folders, triage rules, automations, labels, and assignees.
- [Folders](https://docs.screendesk.io/organization-and-workflows/folders.md): Create public or private folders to organize recordings and captures.
- [Automations](https://docs.screendesk.io/organization-and-workflows/automations.md): Trigger notifications and ticket creation when items land in a folder.
- [Getting Started](https://docs.screendesk.io/organization-and-workflows/automations/getting-started.md): Create and test your first automation, using an email automation as a simple example.
- [Email](https://docs.screendesk.io/organization-and-workflows/automations/email.md): Configure email automations to notify recipients when new recordings or captures land in a folder.
- [Webhook](https://docs.screendesk.io/organization-and-workflows/automations/webhook.md): Send recording events to any HTTPS endpoint, with custom payloads, auth headers, and retry handling.
- [Linear](https://docs.screendesk.io/organization-and-workflows/automations/linear.md)
- [Trello](https://docs.screendesk.io/organization-and-workflows/automations/trello.md): Automatically create Trello cards from folder submissions, with templates, labels, assignees, and due dates.
- [Github](https://docs.screendesk.io/organization-and-workflows/automations/github.md): Automatically create GitHub issues from folder submissions using templates, labels, and assignees.
- [Jira](https://docs.screendesk.io/organization-and-workflows/automations/jira.md): Automatically create Jira issues from folder submissions using templates, labels, priorities, and custom fields.
- [Slack](https://docs.screendesk.io/organization-and-workflows/automations/slack.md)
- [Apply Label](https://docs.screendesk.io/organization-and-workflows/automations/apply-label.md): Automatically apply a label to every new recording or bug report added to a folder.
- [Template variables reference](https://docs.screendesk.io/organization-and-workflows/automations/template-variables-reference.md): Complete list of automation template variables for recordings, folders, and workspaces, with examples.
- [Recording triage](https://docs.screendesk.io/organization-and-workflows/recording-triage.md): Auto-route new recordings into the right folder using priority-based rules.
- [Labels](https://docs.screendesk.io/organization-and-workflows/labels.md): Tag recordings and assign owners for faster filtering and clean handoffs.
- [Assignments](https://docs.screendesk.io/organization-and-workflows/assignments.md): Assign owners to recordings and bug reports, manage notifications, and filter by assignee.


---

# 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://docs.screendesk.io/organization-and-workflows.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.
