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

# Profile

In Profile, you can see a list of apps you've created, the plan you're currently using, and how many queries you have left.

<figure><img src="/files/DqV7K4NxtlPBSPiWLvUS" alt=""><figcaption></figcaption></figure>

#### App List

You can manage your currently issued App Keys. You can create, delete, or rename new App and view detailed usage history.

**View App Details**

All queries performed in BICScan are managed on an app-by-app basis. You can revisit the search results or check the progress of a query that is taking a long time in the Scan List.

Below are descriptions of each element of the screen provided by the page.

<figure><img src="/files/aRrYr8waBDxwn0k9mZUZ" alt=""><figcaption></figcaption></figure>

* **App Information**
  * `App Name`: The name of the app, as specified by the user.
  * `App Description`: The description of the app specified by the user.
  * `App Key`: The app's unique key issued by BICScan. Use it to access the API method.

    > **Warning**
    >
    > For security purposes, manage your App Key carefully to ensure that it does not fall into the wrong hands. To replace an App Key, you can regenerate the current key to a new one.
  * `Created At`: Displays the date the app was created.
  * `Edit`: Click the button to edit or **delete** the name and description.
* **Usage Graph**

  Graphs the number of times an App Key is used within the selected time period (`Day`, `Month`, `Year`).

  * `Day`: hourly, last 24 hours
  * `Month`: 1 day, last 30 days
  * `Year`: 1-month increments, last 12 months
* **Scan List**

  The app displays the list of results in chronological order. You can click an item to view the saved result report, which does not affect the scan quota.

  * `Query`: The item you requested to look up.
  * `Status`: Displays the current status. It is one of `done`, `scanning`.
  * `Type`: Displays the type of item, one of `domain`, `contract`, or `address`.
  * `Score`: Displays the score of the detected result. The closer the score is to 100, the higher the risk.
  * `Timestamp`: Shows the time in UTC.
  * `<`, `>`: Allows you to move forward or backward in the list.

#### Query Quota

Provides information about the queries assigned to the current user.

* `Allocated Quota`: Displays the total quota allocated to the user. It is reset every billing day.
* `Used Quota`: Displays the quota used in the current month. Includes the number of times the quota was scanned via the API or directly by the user via the Web UI. This does not include the number of times an existing history is viewed.
* `Remaining`: Displays the current remaining quota. You can scan as many times as that quota.

#### Billing Plan

Displays the plan that the user is currently using. Additionally, you can upgrade or downgrade.


---

# 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:

```
GET https://docs.bicscan.io/profile.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.
