> For the complete documentation index, see [llms.txt](https://docs.sbpbrasil.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sbpbrasil.org/readme.md).

# Welcome

## 🌟 Welcome to the SGA API Documentation!

🎉 Welcome to the official **SGA API Documentation**! We're thrilled to have you here. The **SGA (Sistema de Gestão de Associados)** API empowers partner developers like you to seamlessly integrate with our system and unlock new possibilities for managing our Sociedade Brasileira de Paleontologia network.

### 🧐 What is SGA?

The **SGA** is a robust platform created by the Sociedade Brasileira de Paleontologia to simplify managing memberships, events, payments, and much more. It's all about helping us connect better with our amazing community of paleontologists.

### 🌐 What Can You Do with the SGA API?

The SGA API is your gateway to:

* 👥 Access and manage member data.
* 📅 Handle event registrations and participant details.
* 💳 Automate membership payments and financial operations.
* 📊 Retrieve critical administrative and operational data for seamless integration with your systems.

### 🛠️ How to Use This Documentation

Our API docs are designed to make your life easier:

1. 🚀 **Getting Started**: Set up your environment, authenticate, and make your first API request.
2. 📚 **Endpoints Reference**: Dive deep into the API endpoints and what they do.
3. 📋 **Data Models**: Understand the structure of the data you’ll interact with.
4. 💡 **Examples and Use Cases**: Check out practical examples to see the API in action.
5. 🛡️ **Error Handling**: Learn how to identify and resolve common issues.

### 🤔 Who is This API For?

The SGA API is perfect for:

* 🛠️ **Partner developers**: Enhance your applications by integrating with our system.
* 🏛️ **SBP staff**: Build custom tools for internal workflows.
* 🌍 **Third-party platforms**: Extend your functionality to support paleontology-related use cases.

### 📣 Feedback and Support

We’re here to help! 💌 Got questions, feedback, or need assistance? Reach out to us at **<api-support@sbpbrasil.org>**, and our team will get back to you promptly.

***

🔗 Ready to dive in? Head over to the **Getting Started** section and begin your integration journey today! 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sbpbrasil.org/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
