
# Stewardship

> Part of Govern data

Learn how to implement data stewardship in Atlan through automated workflows, policies, and task management.

- [Automate data governance](https://docs.atlan.com/llms/governance/stewardship/automate-data-governance/llms.txt): You can streamline your data governance requirements in Atlan with governance workflows and manage alerts, approvals, and tasks using the inbox. Governance workflows enable you to set up robust controls on data access management, metadata enrichment, new entity creation, and more, with out-of-the-box workflow templates and automated execution.
- [Create governance workflows](https://docs.atlan.com/llms/governance/stewardship/create-governance-workflows/llms.txt): Atlan runs governance as no-code workflows—templated, multi-step approvals that route metadata changes to the right owners.
- [Manage governance workflows](https://docs.atlan.com/llms/governance/stewardship/manage-governance-workflows/llms.txt): Once you have created governance workflows, you can manage and modify your workflows and monitor requests from the _Governance workflows_ dashboard.
- [Manage tasks](https://docs.atlan.com/llms/governance/stewardship/manage-tasks/llms.txt): :::warning Who can do this? Anyone with access to Atlan - admin, member, or guest user - can use the inbox.
- [Automate policy compliance](https://docs.atlan.com/llms/governance/stewardship/automate-policy-compliance/llms.txt)
- [Create policies](https://docs.atlan.com/llms/governance/stewardship/create-policies/llms.txt)
- [Manage policies](https://docs.atlan.com/llms/governance/stewardship/stewardship-how-tos-manage-policies/llms.txt)
- [Create forms](https://docs.atlan.com/llms/governance/stewardship/create-forms/llms.txt): You can use Atlan's form builder to create reusable forms for managing user requests. The form builder allows you to create and customize forms from one central location. Forms can support multiple input types, including text, dropdown, date, and more.
- [How AI Application Risk Classifier evaluates metadata](https://docs.atlan.com/llms/governance/stewardship/how-metadata-is-classified-as-risk/llms.txt): Understand how the AI Application Risk Classifier evaluates AI Application metadata based on the EU AI Act framework.
- [Configure risk metadata](https://docs.atlan.com/llms/governance/stewardship/risk-metadata/llms.txt): Configuration reference for enriching AI Application assets with risk metadata using the AI Application Risk Classifier.
- [Source owner manager](https://docs.atlan.com/llms/governance/stewardship/source-owner-manager/llms.txt): Automatically populate asset owners in Atlan using source-system metadata like Snowflake last_ddl_by and Tableau source_owner. Reference for workflow configuration and owner-mapping rules.
- [Troubleshooting policies](https://docs.atlan.com/llms/governance/stewardship/troubleshooting-policies/llms.txt): Learn about troubleshooting policies.
- [Access control and personalization](https://docs.atlan.com/llms/governance/stewardship/access-control-how-tos/llms.txt): Manage access control and personalization in Atlan using the Python SDK (pyatlan). Programmatically configure personas, purposes, and access policies.
- [Managing personas](https://docs.atlan.com/llms/governance/stewardship/manage-personas/llms.txt): Create, update, and delete Atlan personas using the Python SDK. Personas define curated asset views for user groups — list all with Persona.select().stream().
- [Managing policies](https://docs.atlan.com/llms/governance/stewardship/access-control-how-tos-manage-policies/llms.txt): Create and manage Atlan access policies using the Python SDK — use AuthPolicy.select() to query by category or resource and link policies to personas or purposes.
- [Managing purposes](https://docs.atlan.com/llms/governance/stewardship/manage-purposes/llms.txt): Create, update, and delete Atlan purposes using the Python SDK. Purposes group assets by business domain or data sensitivity — list all with Purpose.select().
- [Managing API tokens](https://docs.atlan.com/llms/governance/stewardship/manage-api-tokens/llms.txt): Create, rotate, and delete API tokens in Atlan using the Python SDK. Tokens act as independent service principals — not personal access tokens — and the token value is available immediately after creation.
- [Managing OAuth clients](https://docs.atlan.com/llms/governance/stewardship/manage-oauth-clients/llms.txt): Create and manage OAuth 2.0 clients in Atlan using the Python SDK — assign roles and personas to enable machine-to-machine authentication flows.
- [Running SQL queries on an asset](https://docs.atlan.com/llms/governance/stewardship/run-queries/llms.txt): Run SQL queries on assets in Atlan using QueryRequest and the Python SDK (pyatlan). Executes on connected data sources.
- [Retrieve access events](https://docs.atlan.com/llms/governance/stewardship/access-events/llms.txt): Query Keycloak access events in Atlan by date range and event type (LOGIN, LOGOUT, and others) using KeycloakEventRequest and the Python SDK.
- [Users and groups overview](https://docs.atlan.com/llms/governance/stewardship/users-groups-how-tos/llms.txt): Manage users and groups programmatically using the Atlan Python SDK (pyatlan). Create, retrieve, and manage user and group objects.
- [Creating users and groups](https://docs.atlan.com/llms/governance/stewardship/create-users-groups/llms.txt): Create users and groups in Atlan programmatically using the Python SDK (pyatlan) or Java SDK. Use AtlanUser and AtlanGroup to invite users, create groups, and manage group membership via the SDK.
- [Retrieving users and groups](https://docs.atlan.com/llms/governance/stewardship/retrieve-users-groups/llms.txt): Retrieve users and groups in Atlan using AtlanUser and AtlanGroup with the Python SDK (pyatlan). Filter by name, email, or role.
- [Updating users and groups](https://docs.atlan.com/llms/governance/stewardship/update-users-groups/llms.txt): Update user and group properties in Atlan programmatically using the Python SDK (pyatlan) or Java SDK. Use AtlanUser and AtlanGroup to modify display names, roles, and group membership.
- [Deleting users and groups](https://docs.atlan.com/llms/governance/stewardship/delete-users-groups/llms.txt): Delete users and groups in Atlan using AtlanUser and AtlanGroup with the Python SDK (pyatlan).
- [Manage SSO group mapping](https://docs.atlan.com/llms/governance/stewardship/manage-sso-group-mapping/llms.txt): Manage SSO group mapping in Atlan programmatically using the Python SDK (pyatlan). Use AtlanSSO to map identity provider groups to Atlan groups via the SDK.
- [Manage files in Atlan's tenant object store](https://docs.atlan.com/llms/governance/stewardship/files-how-tos/llms.txt): Manage files in Atlan's tenant object store programmatically using the Python SDK (pyatlan) with presigned URLs and FileClient.
