# Import

To start importing recipes, go to Main Menu by clicking the similar icon below.

<figure><img src="/files/DS0RLlcpwwkk9mBzAWMf" alt=""><figcaption><p>Click to Enlarge</p></figcaption></figure>

Then click the Recipes menu item from the Main Menu.

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

From the Recipes page, import the recipe file. Click the "Import" button as shown in the image below.&#x20;

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

Clicking the "Import" button will show the System File Dialog which will allow you to locate the Animal Diet Formulator exported file (".adf" file).&#x20;

After selecting the file, the system will verify the file based on the below conditions:

* The file contains a valid data structure.
* The current user is allowed to create another pet.&#x20;
* The current user is allowed to create another recipe.
* The current user is allowed to create an ingredient if there is a custom ingredient in the recipe
* The current user is allowed to create measurements if there is a custom measurement used in the recipe.

If all conditions are valid, a pop-up containing the recipe information, ingredients, and desired percentages is shown for confirmation.&#x20;

Clicking the "Import" button at the bottom right of the pop-up will import the recipe and redirect you to the imported recipe.


---

# Agent Instructions: 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:

```
GET https://docs.animaldietformulator.com/animal-diet-formulator/recipes/import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
