> ## Documentation Index
> Fetch the complete documentation index at: https://gateway-draft.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

Gateway Protocol provides a simple SDK to integrate. It is a seamless way to interact with the protocol for functions such as

<ol>
  <li>Issuing a new PDA(Personal Data Asset)</li>
  <li>Create a Data Request Template</li>
  <li>Getting an Organization</li>
</ol>

and so much more.

This documentation is based on the **1.0.0** version of the Gateway Protocol SDK.

## Requirements

<ol>
  <li> Basic knowledge of JavaScript</li>
  <li> Node.js and npm installed on your machine</li>
  <li> A Gateway Protocol account</li>
</ol>

## Resources

<ol>
  <li> [Quickstart](/sdk/quickstart)</li>
  <li> [Example Applications](/sdk/examples)</li>
  <li> [TroubleShooting](/sdk/trouble-shooting)</li>
  <li> [Source Code](https://github.com/Gateway-DAO/gateway-js-sdk)</li>
</ol>
