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

# Data management

- [Import data to Stacker Tables](https://docs.stackerhq.com/stacker-astra/data-management/import-data-to-stacker-tables.md)
- [Stacker Tables: Import a CSV](https://docs.stackerhq.com/stacker-astra/data-management/import-data-to-stacker-tables/stacker-tables-import-a-csv.md): If you already have data to import, you can choose to Import from CSV.
- [External IDs](https://docs.stackerhq.com/stacker-astra/data-management/import-data-to-stacker-tables/stacker-tables-import-a-csv/external-ids.md)
- [Stacker Tables: Paste Data](https://docs.stackerhq.com/stacker-astra/data-management/import-data-to-stacker-tables/stacker-tables-paste-data.md): You can paste data into Stacker Tables from Excel, Google Sheets or Airtable.
- [Edit your Data in the Data Grid](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid.md)
- [Structuring data/schema](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid/structuring-data-schema.md): Tips on how to structure your data.
- [Add new fields](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid/add-new-fields.md)
- [Formula Field](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid/formula-field.md)
- [Creating and Editing Data](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid/creating-and-editing-data.md)
- [Share data with other apps](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid/share-data-with-other-apps.md)
- [Linking your data](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid/linking-your-data.md): Link your tables together using linked fields
- [Set field default values from the data grid](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid/set-field-default-values-from-the-data-grid.md): Set fixed or dynamic field values on all editable field types.
- [Edit Data in the Layout](https://docs.stackerhq.com/stacker-astra/data-management/edit-data-in-the-layout.md)
- [Layout Types](https://docs.stackerhq.com/stacker-astra/data-management/layout-types.md): Customize your layouts to work for your workflows.


---

# 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.stackerhq.com/stacker-astra/data-management.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.
