# PlatformID

## What is a Platform ID?

Platform ID is the way in which access control is implemented on TalentLayer. It gives exclusive rights for Platform ID holders to read and write to the TalentLayer backend for performing functionality such as minting TalentLayerIDs, creating Services, Proposals, and more.

## How Do I Get a Testnet Platform ID?

Mint your testnet ID by following this guide.

{% content-ref url="/pages/HlKN8HvkvXPbZpF0EHT5" %}
[Get a Platform ID](/get-a-platform-id.md)
{% endcontent-ref %}

## How Can I Configure Fees With My Platform ID?&#x20;

Learn about what fees are configurable by Platforms in this section of our documentation.&#x20;

{% content-ref url="/pages/TPkBilfgSg7bX3dl4vW2" %}
[Fees & Economics](/readme/basics/platformid/fees-and-economics.md)
{% endcontent-ref %}

## Learn More About The Tech

Learn more about the technical side of your Platform ID in our Technical Guide on the smart contract.&#x20;

{% content-ref url="/pages/7jOYXfWgCXR5ew7qMaEl" %}
[TalentLayerPlatformID.sol](/technical-guides/lower-level-guides/smart-contracts/talentlayerplatformid.sol.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://docs.talentlayer.org/readme/basics/platformid.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.
