# TalentLayer Improvement Proposals

Inspired by the EIP for Ethereum, TLIP stands for TalentLayer Improvement Proposal. A TLIP is a document describing a new feature, an architecture decision, a code improvement, or a security fix for the TalentLayer protocol. For TalentLayer implementers, TLIPs are a convenient way to track the progress of their implementation.

We intend TLIPs to be the primary mechanism for the core team and open-source contributors to propose new features, collect community input on a subject, and document the design decisions that have gone into the Talent Layer protocol.

Eventually, we will host this TLIP Index and the surrounding discussions in a proper governance forum, but for now, we will host each TLIP as a public Notion document where anyone can comment.

{% hint style="success" %}
⭐ **CALL FOR INPUT:** Do you have input on how we can improve TalentLayer? [Please get in touch](https://docs.talentlayer.org/quick-start-integration-guide) to post a new TLIP on the forum or, for feedback on existing TLIPs, post as comments directly in Notion!
{% endhint %}

{% embed url="<https://talentlayer.notion.site/TLIP-83015d793d9d48818914f8cac3c08231>" %}


---

# 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/open-source-contribution/talentlayer-improvement-proposals.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.
