---
title: Getting Started
description: Learn how to use our platform
tags: [guide, quickstart]
sidebar_position: 1
---

import Callout from '@site/src/components/Callout';
import ApiTable from '@site/src/components/ApiTable';
import MyBox from '@site/src/components/MyBox';
import Badge from '@site/src/components/Badge';

# Getting Started

This is a **quick start guide** for new users. You can find the full docs [here](/docs/api).

Run `npm install @our/sdk` to get started.

<Callout type="info" title="Before you begin">

  Make sure you have **Node.js 18+** installed and an active account.

</Callout>

## API Parameters

<ApiTable params={[
  { name: "apiKey", type: "string", required: true, description: "Your API key" }
]} />

## Chemical Formula

Water is H<sub>2</sub>O and energy is E=mc<sup>2</sup>.

## Inline Elements

Visit our <a href="https://support.example.com" title="Support Center">help page</a> or
check the <img src="/logo.png" alt="Company logo" /> icon.

Text with <span style={{ color: 'red', fontWeight: 'bold' }}>styled content</span> here.

This product is <MyBox>enterprise ready</MyBox> and ships with a <Badge /> seal of approval.

## Features

- **Easy setup** — get started in minutes
- Support for ~~legacy formats~~ and modern standards
- Nested capabilities:
  - Inline code: `config.yml`
  - Links: [read more](/docs/features)
  - *Italic* and **bold** together

### Step-by-Step Guide

1. Create your account
2. Upload your first file
3. Review translations

<Callout type="tip" title="Pro tip">

  Use batch upload for multiple files.

</Callout>

> **Note:** MDX files are parsed using the same pipeline as other Smartling file types.
> This means you get the same *quality checks* and **translation memory** benefits.

### Media

![Platform screenshot](https://placehold.co/600x400?text=Screenshot)

| Feature     | Status    |
|-------------|-----------|
| Tables      | Supported |
| Code Blocks | Supported |

```js
const client = new Client({ apiKey: process.env.API_KEY });
```