> For the complete documentation index, see [llms.txt](https://karini-ai.gitbook.io/karini-ai-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://karini-ai.gitbook.io/karini-ai-documentation/recipes/knowledgebase-recipe/recipe-actions.md).

# Recipe Actions

The **Actions** button is positioned in the far-right column of each row within the **Recipes table**. It provides a suite of options for managing and interacting with individual recipes within the system. This functionality enables users to perform essential operations, including **Export**, **View Runs**, and **Delete Recipe**.

* **View Runs**: This option provides access to detailed execution history of a recipe, offering insights into past runs, their status (e.g., completed, failed). It facilitates effective monitoring and analysis of recipe performance. For more details, refer to the [Recipe Runs](/karini-ai-documentation/recipes/knowledgebase-recipe/recipe-runs.md).
* **Delete Recipe**: This function enables users to permanently remove a recipe from the system, playing a key role in the recipe lifecycle management, particularly when older versions are no longer required.

<figure><img src="/files/ORuJn8nubcMqj51Y2oMc" alt=""><figcaption></figcaption></figure>

When deleting a recipe, a confirmation pop-up will appear to verify the action. The pop-up will inform you that deleting the recipe will also remove **all associated versions and copilot data**. To proceed, you must type "delete recipe" to confirm the deletion, as this action is irreversible.


---

# 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://karini-ai.gitbook.io/karini-ai-documentation/recipes/knowledgebase-recipe/recipe-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.
