> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mrcook.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a Recipe

> Learn how to add a recipe to Mr. Cook.

There are four simple ways to add a recipe to Mr. Cook:

<CardGroup cols={2}>
  <Card title="Create from recipe idea" icon="lightbulb" href="https://www.mrcook.app/recipes?ai_generate_prompt=">
    Start with a recipe idea and let Mr. Cook generate a recipe for you.
  </Card>

  <Card title="Create from leftovers" icon="refrigerator" href="https://www.mrcook.app/recipes?ai_generate_prompt=">
    Start with the ingredients you have and let Mr. Cook generate a recipe for
    you.
  </Card>

  <Card title="Import from website" icon="globe" href="https://www.mrcook.app/recipes?openImportRecipeDialog=true">
    Import a recipe from a website or app.
  </Card>

  <Card title="Add manually" icon="pencil" href="https://www.mrcook.app/recipes?openImportRecipeDialog=true">
    Add a recipe manually.
  </Card>
</CardGroup>
