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

# Prompt Library

## Data Preparation and Management

<div data-full-width="true"><figure><img src="/files/8wkcicy5JkkJ4vNVJ3e3" alt=""><figcaption></figcaption></figure></div>

<table data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Column Adjustment</strong>       </td><td>Change column location, column type, or add/ remove columns.</td><td><a href="/files/BN0N20s5EMw6e3q1Hss0">/files/BN0N20s5EMw6e3q1Hss0</a></td><td><a href="/pages/2T0uzkwwWzjlI7lPj7ZD">/pages/2T0uzkwwWzjlI7lPj7ZD</a></td></tr><tr><td><strong>Data Adjustment</strong>  </td><td>Exclude or populate certain values. Change date-time and other formats.</td><td><a href="/files/F5hZ21qKrcUHBlvSOZGU">/files/F5hZ21qKrcUHBlvSOZGU</a></td><td><a href="/pages/vNa9d4JsJeMDZOeJ5i1W">/pages/vNa9d4JsJeMDZOeJ5i1W</a></td></tr><tr><td><strong>Data Parsing</strong></td><td>Flatten nested data. Change dataset delimitator.</td><td><a href="/files/7HmJIxkJfNBq32ttAfkr">/files/7HmJIxkJfNBq32ttAfkr</a></td><td><a href="/pages/wRwpDCK2JeX7b0vYHpAs">/pages/wRwpDCK2JeX7b0vYHpAs</a></td></tr></tbody></table>

***

## Analysis

<div data-full-width="true"><figure><img src="/files/yduTopurbJ94KqFUGa8b" alt=""><figcaption></figcaption></figure></div>

<table data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Post Campaign Analysis</strong></td><td>Analyze and Report on campaign performance. Identify leading factors of performance metrics.   </td><td><a href="/files/R4NB0MdJjDX5MaNI08Ed">/files/R4NB0MdJjDX5MaNI08Ed</a></td><td><a href="/pages/C4su20OtjAb5qiDLsjiD">/pages/C4su20OtjAb5qiDLsjiD</a></td></tr><tr><td><strong>Benchmarking</strong></td><td>Track and analyze metrics against historical benchmark data.</td><td><a href="/files/EOLGjz6jOYCXIeIL7Sbg">/files/EOLGjz6jOYCXIeIL7Sbg</a></td><td><a href="/pages/fSZJJuz1HY8S7ClWRnao">/pages/fSZJJuz1HY8S7ClWRnao</a></td></tr><tr><td><strong>Campaign Pacing</strong></td><td>Analyze ongoing campaign metrics and goal progress.</td><td><a href="/files/5T2M0pqWB6SJPbNUQNx1">/files/5T2M0pqWB6SJPbNUQNx1</a></td><td><a href="/pages/H9uMoAIpZhZ8LBuG4GWu">/pages/H9uMoAIpZhZ8LBuG4GWu</a></td></tr></tbody></table>


---

# 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.akkio.com/akkio-docs/master/prompt-library.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.
