# Getting-started

### Getting started

A quick start guide for teams that are new to **LOCI Agentic AI**.

This guide is designed to start running with LOCI as quickly as possible. By the end of this guide, you will have:

* Integrated the LOCI GitHub App or Action into your repository
* Triggered LOCI analysis as part of your CI/CD, pull request (PR) workflow
* Generated a LOCI KPI Validator as Report for a PR
* Viewed LOCI insights directly in GitHub (PR checks, comments, or reports)

This quick start focuses on validating code changes early, providing actionable performance and correctness signals, and enabling confident merge decisions with minimal setup.

{% stepper %}
{% step %}

### Upload a Binary

Use our Upload API to submit a binary file for analysis.
{% endstep %}

{% step %}

### Check Progress

Poll for analysis completion using the `/xapi-progress` endpoint.
{% endstep %}

{% step %}

### Fetch Reports & Visualizations

Retrieve structured results including control-flow graphs, feature summaries, and version comparisons.
{% endstep %}
{% endstepper %}

***

### Docs Overview

* **API Reference**: [Loci AI API](broken://pages/ae985f1d5d2d3da4fe43cd06d8e050d62dd1c1b9)\
  Interact with our services using simple HTTP endpoints.
* **Projects and Reports**: Learn how to manage multiple projects and browse past analyses.
* **Integration Guides**: Use Loci AI in CI/CD pipelines, reverse engineering flows, or security audits.

***

{% hint style="info" %}
Need help? Reach out at <support@auroralabs.com>

Let’s automate binary analysis — at scale, with AI.
{% endhint %}


---

# 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.loci-dev.net/getting-started.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.
