# README

## penguins-eggs-book

I'm reporting here that my friend [Hossein Seilany ](https://github.com/hosseinseilani)(<https://seilany.ir/>) wrote about my remastering tool [penguins-eggs](https://github.com/pieroproietti/penguins-eggs), integrating with mine know how.

This is not the first book for Hossein Seilany, but it's the first for me and for me it's really hard.

## Note

I'm editing exclusively with git, using `code` then publing back.

```
git add -A
git commit
git push
```

The book will automatically synk after your push, you can see it [here](https://penguins-eggs.gitbook.io/penguins-eggs-book)

### Repository

`https://github.com/pieroproietti/penguins-eggs-book`

#### cloning the book

`git clone https://github.com/pieroproietti/penguins-eggs-book`

#### read the book

Just click [here](https://penguins-eggs.gitbook.io/penguins-eggs-book)

This is it's address: `https://penguins-eggs.gitbook.io/penguins-eggs-book`


---

# 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://penguins-eggs.gitbook.io/book/readme.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.
