# Web services

- [Web Services](https://docs-en.dydu.ai/contents/web-services/web-services.md)
- [Configuration examples (REST)](https://docs-en.dydu.ai/contents/web-services/configuration-examples-rest.md)
- [Configure OIDC on Keycloak for a Web Service](https://docs-en.dydu.ai/contents/web-services/configure-oidc-on-keycloak-for-a-web-service.md)
- [Frequently asked questions](https://docs-en.dydu.ai/contents/web-services/frequently-asked-questions.md): Here is the list of the most common questions about using web services.


---

# 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-en.dydu.ai/contents/web-services.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.
