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

# New Order

**1、New Order**

Login and click on '**New Order**' on the left page.

<figure><img src="/files/AVlYy7Txiy80z4iQ0xIX" alt=""><figcaption></figcaption></figure>

In the "**New Order**" interface, select the platform service in "**Category**", and then select a service in "**Service**" (Please make sure to read the "**Description**" carefully to avoid troubles caused by wrong orders), fill in the link and quantity then click "**Submit**".

After you submit the order, the order will start automatically. In most cases, the start time generally ranges from 10 minutes to 360 minutes (you can learn the start time in the "**Service Name**" or "**Description**"). Please do not urge the order, as long as the order is started, it will be completed soon ( Generally, it will be completed within 2-48 hours). If the order cannot be started for a long time, please don't worry. For orders that have not been started for a long time, the system will automatically process and refund to your account within 24-72 hours. After that, it is recommended to choose another service for your business. If you don't want to wait, you can submit a [***ticket***](https://smmios.com/tickets) on the website for customer support.


---

# 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.smmios.com/place-orders/new-order.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.
