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

# The stall

The stall is the Mini App after Open app.

## Shop

`https://app.deplace.space`. The counter. `/app` on that host redirects to `/`.

1. **Open prizes** — bounties that are funded and public
2. **On the stall** — live listings, grouped by category

Use Shop when you want both jobs and goods in one place.

## Listings

`/learn`. The catalog. Courses, guides, and templates only. No bounties.

Same goods as Shop’s lower half, without the prize row.

## Bounties

`/bounties`. Funded jobs only. A bounty is hidden from this list until the prize payment confirms.

## Categories

Every listing and bounty has one category:

Data, Code, Design, Writing, Video, Music, Business, Education, Other.

Unknown values store as Other. On Listings, if more than one category is present, tiles jump to that group.

## Saves

Bookmark a listing or a bounty. The bookmark control is the mark on the card and on the detail header. Saved items live under **Saved**. You must be signed in with a username.

## Profiles

`/u/{username}` is a public stallholder page: their live listings and funded bounties.


---

# 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.deplace.space/stall.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.
