# Service Accounts

- [Introduction to Service Accounts](https://docs.developer.disruptive-technologies.com/service-accounts/introduction-to-service-accounts.md): A general overview of what Service Accounts are and why we use them.
- [Creating a Service Account](https://docs.developer.disruptive-technologies.com/service-accounts/creating-a-service-account.md): A quick guide on how to create a Service Account using DT Studio or our REST API.
- [Managing Access Rights](https://docs.developer.disruptive-technologies.com/service-accounts/managing-access-rights.md): A more technical look at the details regarding Service Account management.
- [Permissions](https://docs.developer.disruptive-technologies.com/service-accounts/permissions.md): Reference table over permissions granted per role.
- [Organizational Structures](https://docs.developer.disruptive-technologies.com/service-accounts/organizational-structures.md): A discussion of different methods of distributing access rights on an organizational level.


---

# 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.developer.disruptive-technologies.com/service-accounts.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.
