> For the complete documentation index, see [llms.txt](https://guides.engels.zip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.engels.zip/using-pterodactyl/02-importing-new-eggs/02b-downloading-the-egg.md).

# 02b) Downloading the egg

### Downloading eggs

1. Now that we've found our [V Rising egg](https://github.com/parkervcp/eggs/tree/master/game_eggs/steamcmd_servers/v_rising/v_rising_vanilla), I'll show you how to download it.
2. All egg's come in `.json` format. So find the `.json` file of the egg.
3. In this case, that would be `egg-v-rising.json`.
4. Click on it!

<figure><img src="https://i.imgur.com/Hl2uFJx.png" alt=""><figcaption></figcaption></figure>

1. Find the little <img src="https://i.imgur.com/mwAwbTL.png" alt="" data-size="line"> icon. That will download the `.json` file locally to your PC.
2. If it doesn't show up, you might need to login to Github.
3. If you don't have a Github login, you can also find the <img src="https://i.imgur.com/27KNGQY.png" alt="" data-size="line"> icon, right click and select "**Save Link As.."** and save it somewhere on your PC.

<figure><img src="https://i.imgur.com/sYiN58N.gif" alt=""><figcaption></figcaption></figure>

4. Now we've got our egg downloaded!

### On to the next step!


---

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

```
GET https://guides.engels.zip/using-pterodactyl/02-importing-new-eggs/02b-downloading-the-egg.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.
