# Overview

When you sign-in to your Zingy account, you are automatically led to the Zingy Dashboard.

The Zingy Dashboard allows you to:

* Manage your Apps

  Use the [**Apps**](/dashboard/apps.md) tab to create, edit and delete your Apps.
* View and Edit your account profile

  Use the [**Account Profile**](/dashboard/account-profile.md) option in the Settings menu to view and edit your profile.
* Manage members *(Feature coming soon).*

  Add/remove members to your account.
* View Invoices

  Invoices are available in the [**Invoices section**](/dashboard/billing-view-invoices.md) when you use the Billing option from the Settings menu.
* Manage [**Payment Methods**](/dashboard/billing-payment-methods.md)

  View the payment method being used to charge your Zingy account. You can also Add or remove payment methods.
* View [**Subscription Information**](/dashboard/billing-subscription.md)


---

# 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.zingy.ai/dashboard/overview.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.
