> For the complete documentation index, see [llms.txt](https://docs.clearfeed.ai/clearfeed-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes.md).

# Advanced Recipes

- [How to suppress Request creation](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/how-to-suppress-request-creation.md)
- [How to create Tickets for Important Messages](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/how-to-create-tickets-for-important-messages.md)
- [Best Practices for Writing AI Instructions in Auto-Fill Fields](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/writing-prompts-for-auto-fill-fields.md)
- [Setting up Dynamic Approvers using Okta](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/setting-up-dynamic-approvers-using-okta.md): Configure dynamic approvers in ClearFeed using Okta integration for automated approval routing
- [Importing Insights Data into Google Sheets](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/importing-insights-data-into-google-sheets.md): This guide shows how to import insights data from the ClearFeed API into Google Sheets using Google Apps Script.
- [How to tag yourself on specific requests in Slack](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/how-to-tag-yourself-on-specific-requests-in-slack.md)
- [Paging Critical Incidents to PagerDuty using ClearFeed Automations](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/paging-critical-incidents-to-pagerduty-using-clearfeed-automations.md)
- [Providing Timely Updates During Incidents](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/providing-timely-updates-during-incidents.md): Post periodic update reminders as private ticket comments for critical incidents and escalations using recurring automations and reset delays


---

# 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://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes.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.
