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

# Linear

Cloudback provides secure, automated backups for your Linear workspace data, including issues, projects, documents, cycles, comments, labels, templates, and embedded files.

## Getting Started

* [Installation Guide](/linear/installation-guide.md) - Step-by-step guide to connecting your Linear workspace to Cloudback
* [First Backup Walkthrough](/linear/first-backup-walkthrough.md) - Learn how to monitor and manage your first backup
* [Restore](/linear/restore.md) - How to restore Linear data from a backup

## Key Features for Linear

* **Workspace backups**: Workspace data is included in every backup
* **Multiple Workspaces**: Each workspace is connected independently - back up as many as you need under a single subscription
* **OAuth Integration**: Connect your Linear workspace through Linear's secure OAuth flow
* **Automated Scheduling**: Set daily or custom backup schedules for your workspace data
* **Flexible Recovery**: Restore workspace data directly to Linear or download as secure archives

## What Gets Backed Up

Cloudback backs up your Linear workspace data. For a complete list of what's included, see [Linear Backup Contents](/linear/backup-contents.md).

## Pricing

Linear backups use a per-workspace pricing model based on the number of active, non-app workspace members, with progressive tiers (2 units for members 1-5, 4 units for members 6-25, 6 units for members 26+; minimum 2 units per workspace). See [Linear Pricing](/linear/pricing.md) for plans and worked examples.


---

# 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.cloudback.it/linear.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.
