# Adding Topic Data Priority Loading

## Get data priority loading progress

> Returns priority data loading

```json
{"openapi":"3.0.0","info":{"title":"Guardian","version":"3.1.1"},"servers":[{"url":"/api/v1","description":"version 1.0"}],"paths":{"/landing/data-priority-topics":{"post":{"operationId":"LandingApi_setDataPriorityLoadingProgressTopics","summary":"Get data priority loading progress","description":"Returns priority data loading","parameters":[],"requestBody":{"required":true,"description":"Topic Ids","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SetLoadingPriorityDTO"}}}},"responses":{"200":{"description":"Data priority loading progress result","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DataPriorityLoadingProgress"}}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorDTO"}}}}},"tags":["landing"]}}},"components":{"schemas":{"SetLoadingPriorityDTO":{"type":"object","properties":{"ids":{"description":"Topic Ids","type":"array","items":{"type":"string"}}},"required":["ids"]},"DataPriorityLoadingProgress":{"type":"object","properties":{}},"InternalServerErrorDTO":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]}}}}
```


---

# 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://docs.guardianservice.app/technical-information/global-indexer/apis-related-to-indexer/adding-topic-data-priority-loading.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.
