> For the complete documentation index, see [llms.txt](https://quirkyqubits.gitbook.io/petbot-5000-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quirkyqubits.gitbook.io/petbot-5000-user-guide/1.-overview.md).

# 1. Overview

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

**PetBot 5000** is a browser-based AI companion platform designed to bring companionship, creativity, and light social interaction into your digital life. Whether you're working alone, relaxing at your desk, or just looking for a way to make your computer feel more alive, PetBot gives you a playful presence that is interactive and uniquely yours.

At its core, PetBot 5000 lets you create your own AI-powered pet, complete with a custom appearance, backstory, and personality. You can roleplay with your PetBot using guided prompts or freeform conversation, and watch as it evolves through continued interaction. PetBots can also join shared environments where they meet and socialize with other users' companions. When PetBots interact, their shared stories can become persistent world events - if both owners agree to the change. PetBot 5000 is not a game, and it is not just a chatbot either. It is a gentle social sandbox that offers small moments of joy, imagination, and connection. Whether you are interacting with your pet on your own or watching it form relationships with others in a shared environment, the experience remains light and engaging.

By combining simple AI roleplay with optional social interaction, PetBot 5000 creates new opportunities for story-driven companionship without pressure or complexity.

> 🛡️ Note: This is a fictionalized guide created for demonstration purposes.\
> PetBot 5000 and its features are conceptual and not based on any real software system.


---

# 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://quirkyqubits.gitbook.io/petbot-5000-user-guide/1.-overview.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.
