> For the complete documentation index, see [llms.txt](https://docs.neevcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neevcloud.com/neevcloud-account.md).

# NeevCloud Account

- [Getting Started with Neev account](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account.md)
- [Create & activate NeevCloud account](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account.md)
- [NeevCloud Account Signup](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/neevcloud-account-signup.md)
- [Email Verification](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/neevcloud-account-signup/email-verification.md)
- [KYC Validation](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/neevcloud-account-signup/kyc-validation.md)
- [Enter Billing Profile](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/neevcloud-account-signup/enter-billing-profile.md)
- [Payment Validation](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/neevcloud-account-signup/payment-validation.md)
- [Customer Validation Process for Indian Customers](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/customer-validation-process-for-indian-customers.md)
- [If you are the primary contact of the Organization](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/customer-validation-process-for-indian-customers/if-you-are-the-primary-contact-of-the-organization.md)
- [If you are not a Primary Contact in NeevCloud Account](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/customer-validation-process-for-indian-customers/if-you-are-not-a-primary-contact-in-neevcloud-account.md)
- [Customer Validation Process FAQs](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/create-and-activate-neevcloud-account/customer-validation-process-faqs.md)
- [Enable Two-Factor Authentication in Neevcloud Account](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/enable-two-factor-authentication-in-neevcloud-account.md): In this guide, we will explain how to set up two-factor authentication in NeevCloud Account, enhancing your server’s security with an additional verification layer.
- [Authenticator app for NeevCloud MFA](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/authenticator-app-for-neevcloud-mfa.md)
- [Manage Organization & Project](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project.md)
- [Organizations](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/organizations.md)
- [Create an Organization](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/organizations/create-an-organization.md)
- [Navigating Inside an Organization](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/organizations/navigating-inside-an-organization.md)
- [Organization Details & Billing](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/organizations/organization-details-and-billing.md)
- [Managing Members](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/organizations/managing-members.md)
- [Roles & Permissions](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/organizations/roles-and-permissions.md)
- [Audit Log](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/organizations/audit-log.md)
- [Danger Zone](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/organizations/danger-zone.md)
- [Create Projects & Invite Teams](https://docs.neevcloud.com/neevcloud-account/getting-started-with-neev-account/manage-organization-and-project/create-projects-and-invite-teams.md)


---

# 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://docs.neevcloud.com/neevcloud-account.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.
