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

# Export, Import & Backup

- [Overview](https://docs.bugbug.io/export-import-and-backup/import-export.md): Move your tests, components, suites and profiles in and out of BugBug as plain text. No vendor lock-in - the files are yours to keep, version and review.
- [Exporting](https://docs.bugbug.io/export-import-and-backup/exporting.md): Download your BugBug tests and projects as YAML, from the app or through the Public API, and keep them in version control.
- [Importing](https://docs.bugbug.io/export-import-and-backup/importing.md): Bring BugBug tests and projects back in from YAML, and resolve conflicts when something already exists.
- [Automatic backups](https://docs.bugbug.io/export-import-and-backup/backups.md): BugBug backs up every project once a day on paid plans. Download a backup as a ZIP and restore it as a new project whenever you need it.
- [YAML schema](https://docs.bugbug.io/export-import-and-backup/yaml-schema.md): The BugBug YAML file format: the envelope, the published JSON Schema, and how to get validation and autocomplete in your editor.


---

# 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.bugbug.io/export-import-and-backup.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.
