> For the complete documentation index, see [llms.txt](https://docs.screendesk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.screendesk.io/organization-and-workflows.md).

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