# Overview Service Account

The **Service Account** module is used to manage service accounts utilized by applications or workloads within a cluster to interact with available resources. Service accounts play a role in defining identity and access permissions, ensuring that each application can access resources based on the assigned privileges.

Through this module, users can create, view, and manage service accounts, as well as configure their access permissions using roles, cluster roles, and role bindings to ensure proper security and access control within the cluster environment.


---

# 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.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/services-account/overview-service-account.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.
