---
title: Guides
description: Task-focused recipes for working with Prompter.
---


import { CardGrid } from '@astrojs/starlight/components';
import SimpleCard from '@components/SimpleCard.astro';

Recipes for specific tasks. Each guide assumes you know what Prompter is - if you don't, start with
[Getting started](/prompter/getting-started/).

<CardGrid>
  <SimpleCard title="Run Prompter locally" icon="laptop" link="/prompter/guides/running-locally/">
    Bring the bot up on your own machine, index the documentation, and ask questions from the terminal or a
    test Discord server.
  </SimpleCard>
</CardGrid>
