> For the complete documentation index, see [llms.txt](https://under-the-hood.gitbook.io/under-the-hood-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://under-the-hood.gitbook.io/under-the-hood-docs/introduction.md).

# Introduction

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

Welcome to **Under The Hood**, a creator's first Web3 initiative built around **Pip,** an independent, passion-driven digital virtual artist who mainly cares about the art and craft.

Pip isn’t a corporate mascot or a faceless brand. Think of him as that quiet creator in a small studio, surrounded by sketches, woodcarvings, and half-finished ideas, always thinking and trying to make something with soul.&#x20;

**Under The Hood** is basically an open door to that studio. It’s a chance to peek behind the scenes, see how Pip works, and be part of an on-chain art project that feels more like a small but interesting art exhibition.

We believe in quality over mass production, which is why our **Genesis Pass Collection (ticket to enter Pip's Art Exhibition)** is strictly capped at **999** pieces. No endless minting, no dilution, but just a small group of early supporters who get to be part of Pip’s journey from the start.

Down the line, there may also be a role for a $Pip in this ecosystem, but that’s a story for later, if and when it makes sense.


---

# 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://under-the-hood.gitbook.io/under-the-hood-docs/introduction.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.
