# Developer Platform

<h2 align="center">Knowledge Base</h2>

<p align="center">Welcome to Legalit's Knowledge Base platform, a beginner-friendly introduction to Legalit and how lawyers can start using AI for drafting, research, and client work in minutes.</p>

<p align="center"><a href="http://app.legalit.ai/" class="button primary">Visit App</a> <a href="http://legalit.ai/" class="button secondary">Visit Website</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-book-blank">:book-blank:</i></h4></td><td><strong>Tutorials &#x26; Guides</strong></td><td>Guides and tutorials showing how to use Legalit’s tools for legal drafting, document analysis, case preparation, research, and client communication.</td><td><a href="https://app.gitbook.com/o/PQgyCRvJJxskz7yuDN6j/s/OzGpWdmPVjO13KzK6RBr/">Tutorials &#x26; Guides</a></td><td><a href="https://content.gitbook.com/content/BWEkpObL27HRxEajlZnW/blobs/9G8KxylJvgdfSFgp33vY/no-code.jpg">no-code.jpg</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>For Developers</strong></td><td>Technical documentation for developers and legal-tech teams. Learn how to integrate with Legalit, use APIs, build automations, and extend platform capabilities.</td><td><a href="https://app.gitbook.com/o/PQgyCRvJJxskz7yuDN6j/s/IcB35Rhtw5R3TBhXQCdo/">For Developers</a></td><td><a href="https://content.gitbook.com/content/BWEkpObL27HRxEajlZnW/blobs/Oy01k2tYcYh9SnclLs1O/hosted.jpg">hosted.jpg</a></td></tr><tr><td><h4><i class="fa-life-ring">:life-ring:</i></h4></td><td><strong>Changelog &#x26; Help</strong></td><td>Stay updated on features, improvements, bug fixes, and releases added to Legalit over time. Support articles, FAQs and onboarding help.</td><td><a href="https://app.gitbook.com/o/PQgyCRvJJxskz7yuDN6j/s/cSFv40vMCmqQiK0yQrQI/">Changelog &#x26; Help</a></td><td><a href="https://content.gitbook.com/content/BWEkpObL27HRxEajlZnW/blobs/5VH1FR7kcYWmoge5LYFm/api-reference.jpg">api-reference.jpg</a></td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

{% columns %}
{% column %}

## **Welcome to Legalit**

Legalit combines automation, legal intelligence, and professional drafting tools into one place. No technical experience or training is required - just type what you need, and Legalit assists you with documents, research, case preparation, client communication, and more.

No guesswork, no complexity - just your first success, fast.

<a href="https://app.gitbook.com/o/PQgyCRvJJxskz7yuDN6j/s/OzGpWdmPVjO13KzK6RBr/" class="button primary" data-icon="rocket-launch">Get started</a>&#x20;
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Import the Legalit SDK
import Legalit from "legalit";

// Initialize the client
const client = new Legalit({
  apiKey: "YOUR_API_KEY",
});

// Generate your first legal draft
const response = await client.documents.generate({
  prompt: "Draft an NDA for a software development agreement."
});

console.log(response.text);

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="https://images.unsplash.com/photo-1634942536846-e9863ef9e78f?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxMHx8eW91dHViZXxlbnwwfHx8fDE3NjQ2OTM0MzB8MA&#x26;ixlib=rb-4.1.0&#x26;q=85" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### View Video Tutorials

Watch tutorials, and learn more about working with the platform and integrating it with your own law firm.

<a href="https://www.youtube.com/@legalit-official" class="button primary" data-icon="book-open">Watch Now</a>&#x20;
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join a community of over 10,000 lawyers!</h2>

<p align="center">Join our community!</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-whatsapp">:whatsapp:</i></h4></td><td><strong>WhatsApp Community</strong></td><td>Join our WhatsApp community to post questions, get help, and share resources with over 10,000 like-minded lawyers.</td><td><a href="https://www.whatsapp.com/channel/0029Vab9u3d8F2pLAUsEBJ1r" class="button secondary">Join WhatsApp</a></td><td></td></tr><tr><td><h4><i class="fa-telegram">:telegram:</i></h4></td><td><strong>Telegram Community</strong></td><td>Join our Telegram community to post questions, get help, and share resources with over 10,000 like-minded lawyers.</td><td><a href="https://t.me/legalitofficial" class="button secondary">Join Telegram</a></td><td></td></tr></tbody></table>
