# Getting Started

- [Onboarding to Dfns](https://docs-legacy.dfns.co/d/getting-started/onboarding-to-dfns.md)
- [Create your organization and invite employees](https://docs-legacy.dfns.co/d/getting-started/onboarding-to-dfns/create-your-organization-and-invite-employees.md): Create your organization with you as the first user, then invite coworkers to join you.
- [Define and Assign Permissions](https://docs-legacy.dfns.co/d/getting-started/onboarding-to-dfns/define-and-assign-permissions.md): Give your users the right level of access to the Dfns features and secure your organization by implement a clear set of reusable permissions.
- [Create policies](https://docs-legacy.dfns.co/d/getting-started/onboarding-to-dfns/create-policies.md): Make sure your internal processes are directly replicated into your Dfns org.
- [Using the dashboard: create your first wallet](https://docs-legacy.dfns.co/d/getting-started/onboarding-to-dfns/using-the-dashboard-create-your-first-wallet.md): Use the dashboard to create wallets which are fully managed and controlled by your company.
- [Start building: login & create a wallet via API](https://docs-legacy.dfns.co/d/getting-started/onboarding-to-dfns/start-building-login-and-create-a-wallet-via-api.md): Building your own app? Learn how to consume the Dfns APIs using your Employee login.
- [Non-custody 1/2: Dfns API using a service account](https://docs-legacy.dfns.co/d/getting-started/onboarding-to-dfns/non-custody-1-2-dfns-api-using-a-service-account.md): Building your own app? Learn how to consume the Dfns APIs using a Service Account.
- [Non-custody 2/2: customer login and delegated wallets](https://docs-legacy.dfns.co/d/getting-started/onboarding-to-dfns/non-custody-2-2-customer-login-and-delegated-wallets.md): Give your users ownership and power to use their wallets directly.
- [Dfns Environments](https://docs-legacy.dfns.co/d/getting-started/dfns-environments.md)
- [Core API Objects](https://docs-legacy.dfns.co/d/getting-started/core-api-objects.md)
- [Supported Assets](https://docs-legacy.dfns.co/d/getting-started/supported-assets.md)
- [Postman](https://docs-legacy.dfns.co/d/getting-started/postman-integration.md)
- [Dfns SDKs](https://docs-legacy.dfns.co/d/getting-started/dfns-sdks.md)
- [Dashboard Videos](https://docs-legacy.dfns.co/d/getting-started/videos.md)
- [Change Log](https://docs-legacy.dfns.co/d/getting-started/dfns-change-log.md): Change log detailing product releases


---

# 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-legacy.dfns.co/d/getting-started.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.
