# Customer Overview

The API supports a variety of customer management operations including:

<pre><code>Customer Sign Up
Customer Login
Customer Logout
Customer Logout Of All Sessions
<strong>Customer Password Reset
</strong>Customer Edit Details
<strong>Customer Retrieve Self-Information
</strong>Customer Oauth Login
Customer Oauth Reset

Notification Search
Notification Retrieve
Noticication Read

API Key Search
API Key Retrieve
API Key Create
API Key Delete
</code></pre>

{% hint style="danger" %}
Several routes require two factor authentication
{% endhint %}

{% content-ref url="/pages/tfGOb4A8x0rX9dqKJkMW" %}
[Two-Factor Authentication (2FA)](/basic-concepts/two-factor-authentication-2fa.md)
{% endcontent-ref %}


---

# 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://internal.developer.documentation.private.user.pingproxies.com/customer-account-management/customer-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.
