> For the complete documentation index, see [llms.txt](https://lastmile-ai.gitbook.io/lastmile-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lastmile-ai.gitbook.io/lastmile-ai-docs/workbooks/deploy-a-workbook.md).

# Deploy a Workbook

Workbooks are great for experimentation with generative AI models. To easily add your prompts and model settings, you can download your workbook as a config file.&#x20;

This structured file format (AIConfig) enables you to easily access, manage, and version your prompt, model settings, and parameters alongside your application code.&#x20;

Download your workbook as a config:&#x20;

1. Go to '...'&#x20;
2. Click 'Download as AIConfig'

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

### How to interact with AIConfig

Check out the readme for AIConfig [here](https://github.com/lastmile-ai/aiconfig).&#x20;
