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

# Work

- [Creating a workbook](https://datalab-docs.datacamp.com/work/workspaces.md)
- [Sharing a workbook](https://datalab-docs.datacamp.com/work/sharing-a-workbook.md)
- [Managing a workbook](https://datalab-docs.datacamp.com/work/managing-a-workspace.md)
- [Code cell](https://datalab-docs.datacamp.com/work/code-cell.md)
- [Working with packages](https://datalab-docs.datacamp.com/work/code-cell/packages.md): How to work with packages
- [Text cell](https://datalab-docs.datacamp.com/work/text-cell.md)
- [Including images](https://datalab-docs.datacamp.com/work/text-cell/including-images.md)
- [SQL cell](https://datalab-docs.datacamp.com/work/sql-cell.md)
- [SQL scenarios](https://datalab-docs.datacamp.com/work/sql-cell/sql-scenarios.md)
- [Parameterize your SQL query](https://datalab-docs.datacamp.com/work/sql-cell/parameterize-your-sql-query.md)
- [Explore Data cell](https://datalab-docs.datacamp.com/work/explore-data-cell.md)
- [Chart cell](https://datalab-docs.datacamp.com/work/chart-cell.md)
- [Configuring your chart](https://datalab-docs.datacamp.com/work/chart-cell/configuring-your-chart.md)
- [Pivot charts](https://datalab-docs.datacamp.com/work/chart-cell/pivot-charts.md)
- [Migration guide](https://datalab-docs.datacamp.com/work/chart-cell/migration-guide.md)
- [AI Assistant](https://datalab-docs.datacamp.com/work/ai-assistant.md)
- [Version history](https://datalab-docs.datacamp.com/work/version-history.md)
- [Scheduled runs](https://datalab-docs.datacamp.com/work/scheduled-runs.md)
- [Hiding and showing cells](https://datalab-docs.datacamp.com/work/hiding-and-showing-cells.md)
- [Long-running cells](https://datalab-docs.datacamp.com/work/long-running-cells.md)
- [Report view](https://datalab-docs.datacamp.com/work/report-view.md)
- [Environment variables](https://datalab-docs.datacamp.com/work/environment-variables.md)
- [Git and GitHub](https://datalab-docs.datacamp.com/work/github.md)


---

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

```
GET https://datalab-docs.datacamp.com/work.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.
