> For the complete documentation index, see [llms.txt](https://docs.connectedyou.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/sim-management/sim-profiles/sim-profile-details/sim-profile-overview.md).

# SIM-Profile overview

The **SIM Profile** provides a consolidated view of all key attributes and operational data associated with an individual SIM (ICCID) on the ConnectedYou platform.

It brings together:

* Identification details (ICCID, IMSI, EID)
* Network and activity status
* Lifecycle timestamps
* Usage metrics
* Configuration and provisioning data

All values are updated based on network events, platform actions, and billing system inputs, ensuring an accurate and near real-time representation of each SIM.

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

### Timestamp Definitions

{% hint style="info" %}

### Timestamp Definitions

**Provision Date**

The date and time when the SIM was assigned to your account upon ordering.<br>

**First Activation Date**

The first time the SIM status was changed to ACTIVE either manually or based on the network events.<br>

**Last Seen on the Network**

The most recent timestamp when the SIM was observed communicating on the network.<br>

**Last Status Updated At**

The last time the SIM’s status (e.g., Active, Suspended, Terminated) was updated in the system.
{% endhint %}

***

In the overview tab you can see the SIM details on the "SIM Information card" as shown above, and see all historical transactions done on the SIM as shown below on the "Transactions" card.

![](/files/WqUVoQeiup33qz3TQGS8)

You can click on the "Operation Id" to see more detailed view of the transaction. You can also go to this view from the left navigation panel by clicking on the "Transactions History" menu.

![](/files/m6GUmTkJZsM1bYXlsx2p)


---

# 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.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/sim-management/sim-profiles/sim-profile-details/sim-profile-overview.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.
