# API Reference

- [Authentication API](https://noora.gitbook.io/noora-docs/api-reference/authentication-api.md): Authenticate users and fetch their profile information. For field-level schemas and status codes, see the Auth tag inside swagger.yaml or import the spec into Swagger UI/Editor.
- [Conversations API](https://noora.gitbook.io/noora-docs/api-reference/conversations-api.md): Manage study sessions (voice conversations) and exchange user/AI messages. Each endpoint described here maps to the Conversations or Messages tags in swagger.yaml, so import that file into Swagger UI
- [Evaluations API](https://noora.gitbook.io/noora-docs/api-reference/evaluations-api.md): Trigger AI grading for a finished conversation turn or retrieve structured scoring data. Complete schemas for the Evaluations tag live in swagger.yaml, which can be opened with Swagger UI to explore e


---

# 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://noora.gitbook.io/noora-docs/api-reference.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.
