> For the complete documentation index, see [llms.txt](https://dev.vulos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.vulos.io/reference.md).

# Reference

- [Identity JavaScript SDK](https://dev.vulos.io/reference/identity-javascript-sdk.md)
- [The Base Package](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package.md)
- [KYC](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/kyc.md)
- [KycStatus](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/kyc/kycstatus.md)
- [KycInstance](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/kyc/kycinstance.md)
- [KycDetails](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/kyc/kycdetails.md)
- [KycApi](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/kyc/kycapi.md)
- [Profile](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/profile.md)
- [UserReference](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/profile/userreference.md)
- [ProfileApi](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/profile/profileapi.md)
- [Cache](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/cache.md)
- [Authentication](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/authentication.md)
- [Application](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/authentication/application.md)
- [BaseAuth](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/authentication/baseauth.md)
- [User](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/authentication/user.md)
- [UserInfo](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/authentication/userinfo.md)
- [BaseApi](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/authentication/baseapi.md)
- [Organizations](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/organizations.md)
- [Organization](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/organizations/organization.md)
- [OrganizationMembership](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/organizations/organizationmembership.md)
- [OrganizationMembershipWithMetadata](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/organizations/organizationmembership/organizationmembershipwithmetadata.md)
- [OrganizationRole](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/organizations/organizationrole.md)
- [OrganizationApi](https://dev.vulos.io/reference/identity-javascript-sdk/the-base-package/organizations/organizationapi.md)
- [The Backend Auth Package](https://dev.vulos.io/reference/identity-javascript-sdk/the-backend-auth-package.md)
- [CodeVerifier](https://dev.vulos.io/reference/identity-javascript-sdk/the-backend-auth-package/codeverifier.md)
- [BackendAuth](https://dev.vulos.io/reference/identity-javascript-sdk/the-backend-auth-package/backendauth.md)
- [The Frontend Auth Package](https://dev.vulos.io/reference/identity-javascript-sdk/the-frontend-auth-package.md)
- [IFrameRefresh](https://dev.vulos.io/reference/identity-javascript-sdk/the-frontend-auth-package/iframerefresh.md)
- [StateVerifier](https://dev.vulos.io/reference/identity-javascript-sdk/the-frontend-auth-package/stateverifier.md)
- [FrontendAuth](https://dev.vulos.io/reference/identity-javascript-sdk/the-frontend-auth-package/frontendauth.md)
- [Organization API](https://dev.vulos.io/reference/organization-api.md): Manage organizations for a user using the Vulos Identity Organization API.
- [Organizations](https://dev.vulos.io/reference/organization-api/organizations.md): Using these endpoints you can create, delete and update organizations!
- [Memberships](https://dev.vulos.io/reference/organization-api/memberships.md): Using these endpoints you can invite, manage and delete members.
- [Roles](https://dev.vulos.io/reference/organization-api/memberships/roles.md): Using these endpoints you can list, create and delete roles in a membership.
- [Profile API](https://dev.vulos.io/reference/profile-api.md): Get information about a specific user using this API.
- [KYC API](https://dev.vulos.io/reference/kyc-api.md): Preform KYC verification on external users using this API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dev.vulos.io/reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
