# Smart Contracts

## Writing to TalentLayer Core

Writing is facilitated by connecting your platform with the various TalentLayer Core smart contracts and triggering different actions.

Writing is necessary to create a user’s TalentLayer ID, mint reputation updates, and create services.

To write to TalentLayer Core, you must connect with the appropriate TalentLayer smart contract for the action you intend to take.

We currently have a fork-able codebase that is set up to interact with TalentLayer’s smart contracts: the Indie DAPP.

{% content-ref url="/pages/ZzbEAiYgf6cN5VrZ2Shq" %}
[Broken mention](broken://pages/ZzbEAiYgf6cN5VrZ2Shq)
{% endcontent-ref %}

## Permission to Write

As of today, only platforms may write to TalentLayer. In order to get registered as a platform, learn more about requesting a Platform ID here:

{% content-ref url="/pages/2KzyqiEeag9Ax7Z5ac68" %}
[PlatformID](/readme/basics/platformid.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/technical-guides/lower-level-guides/smart-contracts.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.
