> ## Documentation Index
> Fetch the complete documentation index at: https://dev.lelabquantique.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

**GraphQL Endpoint : `https://lelabquantique.com/graphql`**

Ensuring effortless data accessibility is paramount to us, which is why we've
implemented a GraphQL API specifically tailored to your [website](https://lelabquantique.com/).

1. Queries related to Le Lab Quantique partners.
2. Queries related to Le Lab Quantique jobs board.
3. Queries related to our posts.

**There is a simple GraphQL query exemple :**

```graphql theme={null}
query {
  generalSettings {
    title
    url
  }
}
```
