# API Updates

Please be aware that **Sirdata** may make **backwards-compatible changes** to the API at any time, including adding new optional request and response properties.&#x20;

**New features** and **options** will be communicated to clients, but please ensure that your JSON serialization library will allow unknown properties to appear in the JSON response without causing an error; this is standard behavior in most JSON serialization libraries.

Should a change be required that breaks backwards compatibility, **Sirdata** will **notify clients** in advance to ensure a smooth transition.


---

# 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.sirdata.net/api-overview/api-updates.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.
