# HTTP success status codes

In the responses, codes in the `2xx` are status codes for successful requests.

| Status code      | Description                                                               |
| ---------------- | ------------------------------------------------------------------------- |
| `200 OK`         | The request succeeded (*Default*)                                         |
| `201 Created`    | A `POST` method successfully created a resource.                          |
| `202 Accepted`   | The server accepted the request and will execute it later.                |
| `204 No Content` | The server successfully executed the method but returns no response body. |


---

# 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://teamhycon.gitbook.io/docs/api-v1/api-response/http-success-status-codes.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.
