# Settings

Following sections might be helpful:

{% tabs %}
{% tab title="My Account" %}
Users can preview their email address, edit their name and contact number. They will also get an option to update their password.&#x20;
{% endtab %}

{% tab title="Usage" %}
The Usage Page enables you to monitor your interactions with Pinewheel Copilot comprehensively. It provides detailed insights into your activity through various time-based analyses, accompanied by visual representations for clearer understanding and tracking of your engagement.
{% endtab %}

{% tab title="Billing" %}
The Billing Page facilitates easy use and management of user Pinewheel Copilot. This comprehensive interface encompasses all elements related to your subscription, such as the specifics of your current plan, payment methods, and a complete record of billing history.

**Key Features Include:**

* **Current Plan Overview**: This section presents the specifics of your current subscription, offering a clear view of your plan details.
* **Payment Method Management**: Here, you can view your registered payment option(s) and have the facility to update or change them as needed.
* **Billing History Access**: Provides a chronological listing of all your past invoices and transactions, ensuring transparent and easy access to your financial interactions with the service.
* **Subscription Modification**: This feature allows you to effortlessly upgrade or downgrade your subscription plan, providing flexibility to adapt the service according to your changing needs.
  {% endtab %}
  {% endtabs %}


---

# 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.pinewheel.ai/copilot-docs/settings.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.
