> For the complete documentation index, see [llms.txt](https://docs.talentlayer.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talentlayer.org/technical-guides/lower-level-guides/smart-contracts/talentlayerplatformid.sol.md).

# TalentLayerPlatformID.sol

## **About The Contract**

[**TalentLayerPlatformID.sol**](https://github.com/TalentLayer/talentlayer-id-contracts/blob/main/contracts/TalentLayerPlatformID.sol) is the contract that initializes an integrating platforms' ID. The contract can be used to:

* Mint a PlatformID
* Update platform off-chain data&#x20;
* Manage platform fees
* Manage dispute resolution strategy for the platform&#x20;
* Activate signing mechanism on service and proposal posting

## Data Structure

![](/files/xGoLY73uyX695D5NbEwP)

## Visualization

<figure><img src="/files/0AUmTAKX8CUEMsUJEKhx" alt=""><figcaption></figcaption></figure>

## Learn More

Learn more about why we have Platform IDs and how to get one here:

{% content-ref url="/pages/2KzyqiEeag9Ax7Z5ac68" %}
[PlatformID](/readme/basics/platformid.md)
{% endcontent-ref %}


---

# 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.talentlayer.org/technical-guides/lower-level-guides/smart-contracts/talentlayerplatformid.sol.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.
