> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/support/faq.md).

# Support FAQ

### General

{% content-ref url="/pages/K0JXK6LITI8hJna41jKD" %}
[Where do I download the latest SDK?](/support/faq/sign-in.md)
{% endcontent-ref %}

{% content-ref url="/pages/mOUrUEtHRvLuoQ15IYTD" %}
[What can I do to ensure my support request will be dealt with most efficiently?](/support/faq/how-to-ask.md)
{% endcontent-ref %}

{% content-ref url="/pages/OEb7oCqZaQJ7d0ziWcjd" %}
[What is a Document Event?](/support/faq/what-is-a-document-event.md)
{% endcontent-ref %}

### Pre-Sales Support

{% content-ref url="/pages/8DgysnP6Lpa0hJHr0J6h" %}
[Do you only provide technical support via email?](/support/faq/email-support.md)
{% endcontent-ref %}

{% content-ref url="/pages/N2271A0zX9BmbH237EBC" %}
[Can I use the demo version for development purposes?](/support/faq/demo-development.md)
{% endcontent-ref %}

{% content-ref url="/pages/UyxrMFx1jx4xi7huDxXD" %}
[How do I extend the trial (demo) period?](/support/faq/extend-trial.md)
{% endcontent-ref %}

{% content-ref url="/pages/KqUUdN797BytHE9tBllG" %}
[Do I get any support with my product license purchase?](/support/faq/support-purchase.md)
{% endcontent-ref %}

{% content-ref url="/pages/vC5FeV3HjRCEjClxRnkW" %}
[The evaluation version of the product has expired](/support/faq/eval-expired.md)
{% endcontent-ref %}

### Annual Maintenance Subscription (AMS)

{% content-ref url="/pages/4H25TO8JxUyazJBzU4dX" %}
[How do I upgrade my existing license(s) to the latest version(s)?](/support/faq/ams-upgrade.md)
{% endcontent-ref %}

{% content-ref url="/pages/8f8F8OHoI34R7SU2QxyA" %}
[I seem to have found a problem with your software, but I am not subscribed to the AMS? Can you still provide me with support?](/support/faq/no-ams-support.md)
{% endcontent-ref %}


---

# 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.apryse.com/support/faq.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.
