> For the complete documentation index, see [llms.txt](https://docs.semansys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.semansys.com/getting-started/quickstart/api-change-policy.md).

# API change policy

The Semansys API platform and its associated policies will naturally evolve over time to accommodate technological advancements, security requirements, and improved functionality. These changes are governed by the following guidelines:

### Change policy guidelines

1. **Potential unannounced changes**: Semansys Technologies BV reserves the right to implement changes to the APIs and related policies without prior notification when necessary.
2. **Advance notification efforts**: For significant changes, especially those that may impact existing integrations (breaking changes), Semansys Technologies BV will make reasonable efforts to inform users in advance.
3. **Limitation of liability**: Semansys Technologies BV shall not be held liable to you or any third parties for modifications to the APIs or policies, or for any adverse effects that may result from such modifications.
4. **Commitment to stability**: Semansys Technologies BV strives to minimize breaking changes whenever possible, prioritizing backward compatibility and stability for our users' implementations.

Users of the Semansys API platform should periodically review the documentation and any communications from Semansys Technologies BV to stay informed about platform updates and policy changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.semansys.com/getting-started/quickstart/api-change-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
