# Welcome!

This is the Axinite documentation site! Here you can learn how to use Axinite and all its components.

## What is Axinite?

**Axinite** is a celestial motion calculation engine and analysis library. You can use it to design solar systems, predict rocket trajectories, simulate gravitational interactions, and more.

## What is `axtools`?

`axtools` is a module that heavily abstracts Axinite, allowing developers to deploy Axinite-powered applications with ease. It includes various methods to help users read, load, and display simulations.


---

# 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://jewels86.gitbook.io/axinite/welcome.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.
