> For the complete documentation index, see [llms.txt](https://docs.brewfather.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brewfather.app/br/getting-started/import-recipes.md).

# Importar Receitas

## Importar do Beersmith

1. Exporte todas as suas receitas de uma vez selecionando as receitas/pastas que deseja exportar, clique com o botão direito do mouse e selecione "Export Selected" (Exportar Selecionados).

![Export recipes from Beersmith](/files/-Lus8_LC7dpUYCC_OJhG)

2\. Selecione **BeerXML** como tipo do arquivo quando for salvar os arquivos exportados

3\. Na página de receitas do Brewfather, clique no ícone IMPORTAR no canto direito superior

![Clique em IMPORTAR na página de receitas](/files/-Lus9ECTrb2qPnGxXK38)

4\. Selecione BeerXML como formato do arquivo a ser importado

![Selecione BeerXML](/files/-Lus9Yz6Vub48BC2zf7u)

5\. Escolha os arquivos BeerXML que foram importados e o sistema começará a importar as receitas para seu arquivo. Será solicitado para adicionar tags as suas receitas no caso de haver duplicação.

## Organizando as receitas no Brewfather

Brewfather trabalha com tags para organizar suas receitas. Na página de receitas você pode ordenar por Primeira Tag. A primeira tag definida na receita aparecerá como uma pasta na lista de receitas da sua conta..


---

# 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.brewfather.app/br/getting-started/import-recipes.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.
