# Introduction

Sypht is an AI-driven document intelligence platform, built to capture data, spot anomalies, and discover trends faster than ever with your data.

This guide covers how to use the incredibly powerful Sypht API to extract unstructured data, interpret the results and build on these into advanced platform workflows and features.

Before getting started, you'll need to [signup for a Sypht account](https://www.sypht.com/developer). After signing up you'll gain free trial access to a handful of our AI products.

For a detailed reference of API objects, methods, attributes and responses check out the [API Reference](https://docs.sypht.com/sypht/api-docs).


---

# 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.sypht.com/sypht/master.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.
