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

# Example projects

Three small projects. Three different ways to put the same API to work.

## Explore the collection

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Swat the Fly</strong></td><td>Can you beat a fly? Food controls roaming; a looming shadow drives its dodge. Three hits, eight swings.</td><td><a href="https://axobug.com/projects/swat-the-fly">https://axobug.com/projects/swat-the-fly</a></td></tr><tr><td><strong>Neural Observatory</strong></td><td>Real spike frames meet 24,000 luminous particles. Turn activity into colour, motion and form.</td><td><a href="https://axobug.com/projects/neural-observatory">https://axobug.com/projects/neural-observatory</a></td></tr><tr><td><strong>Shadow Run</strong></td><td>A scent sets the pace. An approaching shadow triggers the jump. Five obstacles to clear.</td><td><a href="https://axobug.com/projects/shadow-run">https://axobug.com/projects/shadow-run</a></td></tr></tbody></table>

## Take a project apart

Each project page has a Get the source link. The download is a standalone HTML client: interface and animation run in your browser, while neural requests go to AXOBUG. No local brain installation is needed.

Open the example’s API connection section and set its server address to the AXOBUG origin. Copies hosted elsewhere initially use their own origin, so update this address before playing. A downloaded file starts with <https://axobug.com> as its API server. The client needs an internet connection to complete experiments.

```
https://axobug.com
```

## A useful pattern for your own idea

| Your project                | Input to the API            | Output to map                       |
| --------------------------- | --------------------------- | ----------------------------------- |
| A dodging character         | loom when danger approaches | drive.escape → dodge distance       |
| A wandering digital pet     | food when a scent appears   | drive.walk → movement speed         |
| An audiovisual installation | Any supported stimulus      | frames + channels → light and sound |

The API provides an event response; your application owns its world, state, collisions and rendering. It does not accept raw gameplay footage or run a persistent trained player.

## The next experiment could be yours

Project submissions are opening soon. For now, start building with the public API. If your idea needs more frequent responses or larger capacity, use the project enquiry form on the Neuro API page.


---

# 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://docs.axobug.com/examples.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.
