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

# Dashboard Actions

- [Create and Configure an Ingestion Plan](https://docs.sprinto.com/ingestion/dashboard-actions/create-and-configure-an-ingestion-plan.md): Learn how to create and configure ingestion plans in Sprinto using templates or from-scratch workflows, including parameters, credentials, providers, steps, outputs, and plan settings.
- [Manage Plan Execution and Version History](https://docs.sprinto.com/ingestion/dashboard-actions/manage-plan-execution-and-version-history.md): Learn how to run, debug, review, and restore ingestion plans in Sprinto using execution controls, run history, debug options, and revision history.
- [Build and Edit Plans Using YAML and AI Editor](https://docs.sprinto.com/ingestion/dashboard-actions/build-and-edit-plans-using-yaml-and-ai-editor.md): Learn how to build and edit ingestion plans in Sprinto using the YAML editor and AI Editor, including importing YAML, editing workflows, managing entities, and saving plan changes.
- [Create and Manage Entity Types](https://docs.sprinto.com/ingestion/dashboard-actions/create-and-manage-entity-types.md): Learn how to create, configure, edit, and manage ingestion entity types in Sprinto, including custom fields, reference fields, entity records, and monitoring visibility.
- [Create and Manage Webhooks](https://docs.sprinto.com/ingestion/dashboard-actions/create-and-manage-webhooks.md): Learn how to create, configure, manage, and monitor ingestion webhooks in Sprinto, including authentication, attached plans, recent events, webhook testing, and lifecycle actions.


---

# 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.sprinto.com/ingestion/dashboard-actions.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.
