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

# Stock

- [Information](https://docs.eventication.com/event/stock/information.md)
- [Leases](https://docs.eventication.com/event/stock/leases.md)
- [New](https://docs.eventication.com/event/stock/leases/new.md): Start leasing stock to a person
- [Inventory - Categories](https://docs.eventication.com/event/stock/inventory-categories.md): What do you have?
- [Types](https://docs.eventication.com/event/stock/inventory-categories/types.md)
- [Details](https://docs.eventication.com/event/stock/inventory-categories/types/details.md)
- [Questions](https://docs.eventication.com/event/stock/inventory-categories/types/questions.md): As a question about stock data
- [Articles](https://docs.eventication.com/event/stock/inventory-categories/types/articles.md)
- [Suppliers](https://docs.eventication.com/event/stock/suppliers.md): Who supplied this hardware?
- [Orders](https://docs.eventication.com/event/stock/orders.md): Let people request stock for your event, review requests, and assign who will pick up what.
- [Stock order configurations](https://docs.eventication.com/event/stock/orders/stock-order-configurations.md): Choose what people can order, when they can order, and where stock orders become available.
- [Ordering stock from accreditation](https://docs.eventication.com/event/stock/orders/ordering-stock-from-accreditation.md): What the form responsible can do: create orders, assign who will pick up items, and submit requests to the event.
- [Ordering stock from a membership](https://docs.eventication.com/event/stock/orders/ordering-stock-from-memberships.md)
- [Reviewing and moderating orders](https://docs.eventication.com/event/stock/orders/reviewing-and-moderating-orders.md): Where to find stock orders, how to approve/reject them, and how to manage assignments as an event.
- [Assignments](https://docs.eventication.com/event/stock/orders/assignments.md): Assign an order to the visitors or vehicles that will pick up the items.
- [Notifications](https://docs.eventication.com/event/stock/orders/notifications.md): Who gets an email when orders are submitted and when a decision is made.


---

# 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.eventication.com/event/stock.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.
