> 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/orders/ordering-stock-from-accreditation.md).

# Ordering stock from accreditation

## Where people place stock orders

Stock orders are placed from the **accreditation center**, inside a specific **Form**.

Each form has its own list of stock orders.

## When stock orders are available

Stock orders are available on a form when:

* Your event has selected a **stock order configuration** for the list or the form
* The configuration is currently **open for submissions** (if you set a submission window)

{% hint style="info" %}
If people see “Stock orders are not visible”, it usually means no configuration was selected for that list/form.
{% endhint %}

## Step-by-step: creating a stock order

### 1) Choose a stock type

The form responsible selects what they want to order from the list of stock types you made available in the configuration.

### 2) Select lease start and lease end (if applicable)

Some stock types are returnable and require a **lease start** and **lease end**.

The form shows a date/time picker and will only allow dates that match the availability rules of that stock type.

### 3) Enter amount and optional remarks

The form responsible enters:

* **Amount**
* **Order remarks** (optional)

### 4) Assign who will pick up the items (optional, recommended)

After creating an order, the form responsible can assign the order to:

* **Visitors** (people on the form)
* **Vehicles**

This helps your team know who will pick up what.

See: Assignments.

### 5) Submit the order to the event

An order is only sent to your event after the form responsible clicks **Submit**.

When they submit:

* The order status becomes **Submitted**
* Your event team can now review it (see Reviewing and moderating orders (admin))

## Editing or cancelling submission

* **Before submitting**: the form responsible can still edit or remove the order (if stock orders are open).
* **After submitting**: they can cancel the submission (depending on your configuration and the current order status), make changes, and submit again.


---

# 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/orders/ordering-stock-from-accreditation.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.
