# Order

There are some fields of an order that you may need to create the condition, please take a look here

<figure><img src="https://storage.crisp.chat/users/helpdesk/website/8383e5404a31c000/screenshot15_108slq2.png" alt=""><figcaption></figcaption></figure>

**App ID**\
ID of the application that created the order\
\
**Buyer Accepts Marketing** (true or false)\
Does the customer agree to receive email updates from the shop (true: yes, false: no)\
\
**Order Attributes with value/name**\
Attribute is an array that stores custom order information.\
Usually used to provide options for ordering.\
\
Has the form {\
"name": "custom engraving",\
"value": "custom value"\
}\
attribute value is the field value in the above object| Order Date\
\
For other fields, please refer to this screenshot

<figure><img src="https://storage.crisp.chat/users/helpdesk/website/8383e5404a31c000/as_g2oc8x.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://autotags-omega.gitbook.io/auto-tags-documents/definition-of-conditions/order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
