# Introduction

## The TalentLayer TLDR

TalentLayer **is a protocol for building decentralized service marketplace applications** like Uber, Postmates, Rappi, and others.

TalentLayer can help you build new marketplaces - with the protocol replacing key backend components, helping you go to market faster.

**Why leverage a protocol for your marketplace app?** Tap into a unified network effect; many interfaces have access to one pool of users, offers, and products. This increases efficiency of supply and demand matching, and helps marketplaces overcome the chicken and egg problem.

**TalentLayer's Web 3 API and SDK** is live and available for integration. The Web 3 API and SDK assumes a web 3 native user experience on the platform level. Account delegation and gassless are enabled today so that platform developers can implement account abstraction optionally.

{% content-ref url="technical-guides/web-3-sdk-and-api" %}
[web-3-sdk-and-api](https://docs.talentlayer.org/technical-guides/web-3-sdk-and-api)
{% endcontent-ref %}

## Key Concepts in TalentLayer

Learn about how TalentLayer helps your platform and explore options for how to integrate today.

{% content-ref url="readme/value-proposition" %}
[value-proposition](https://docs.talentlayer.org/readme/value-proposition)
{% endcontent-ref %}

{% content-ref url="readme/options-for-integration" %}
[options-for-integration](https://docs.talentlayer.org/readme/options-for-integration)
{% endcontent-ref %}

## Get Started Today

**TalentLayer's Web 3 API and SDK** is live and available for integration.

### Explore the SDK

Add TalentLayer to an existing marketplace or build one from scratch with the TalentLayer Web 3 SDK and API.

{% content-ref url="technical-guides/web-3-sdk-and-api" %}
[web-3-sdk-and-api](https://docs.talentlayer.org/technical-guides/web-3-sdk-and-api)
{% endcontent-ref %}

### Use a Starter Codebase

Are you building a marketplace app or adding work features to an app in a different vertical? Reduce your workload by up to 90% by using StarterKit - an open-source codebase for a fully-functioning web 3 native freelance marketplace.

{% content-ref url="technical-guides/starterkit-setup" %}
[starterkit-setup](https://docs.talentlayer.org/technical-guides/starterkit-setup)
{% 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.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.
