# How to enable the ticketing function for flights at risk of selling out

This function is used to enable ticketing services for flights that are approaching takeoff or have limited remaining tickets.

Under normal circumstances, Atlas will automatically hide flights that are at risk of selling out. However, when you enable this function, you will be able to see these flights at risk of selling out and can place orders to issue tickets.

**Operation path: ATRIP -> Airline List -> Manage -> Adoption of Sold-Out Risk Data**

![](/files/MGDFzpIkCgsy6KWM1hpq)

![](/files/gEmuIshycgASqXw9OmsX)

**Permission Description**: Only users with the admin role can enable this function; users without the admin role have no operation permission.

**Risk Warning:** After enabling this function, tickets can still be issued even if the flight is at risk of being sold out. However, Atlas shall not be held responsible for any potential serious loss risks arising therefrom.

**Display Method:** After enabling this function, flights at risk of being sold out will be marked with "Sell out risk" on the search result list page and details page of manual ticket booking on Atrip. When passing parameters via API, the "risksellout" field will be returned to indicate this risk.

**Ticketing Rules:** For resources marked as "Sell out risk", if the ticketing is not completed within 30 minutes after successful payment, the system will automatically cancel the order, and Atlas does not provide manual ticket issuance services.

{% hint style="warning" %}
**Note:** Flights with less than 8 hours before departure will not be displayed in the search results by default.
{% endhint %}


---

# 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://resources.atriptech.com/popular-topics/ticketing/how-to-enable-the-ticketing-function-for-flights-at-risk-of-selling-out.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.
