# Response Status Codes

d6 Integrate uses status codes that adhere to the HTTP/1.1 standard (RFC 7231):

| Code | Name                  | Description                                                                                               |
| ---- | --------------------- | --------------------------------------------------------------------------------------------------------- |
| 200  | OK                    | The request was successful.                                                                               |
| 400  | Bad Request           | The request was invalid. Normally due to missing or malformed parameters.                                 |
| 401  | Unauthorized          | The server understood the request, but is refusing it.                                                    |
| 403  | Forbidden             | The server understood the request, but access is not allowed.                                             |
| 404  | Not Found             | The resource was not found.                                                                               |
| 429  | Too Many Requests     | Rate limits have been reached, please slow down your requests.                                            |
| 500  | Internal Server Error | Internal server error which has been logged and being attended to. Please try again later.                |
| 501  | Not Implemented       | The server does not support the functionality required to fulfill the request.                            |
| 503  | Service Unavailable   | The server is currently unable to handle the request due to a temporary overload or scheduled maintenance |


---

# 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://apidocs.d6plus.co.za/getting-started/response-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.
