# GMOO API Documentation

Welcome to the globalMOO API documentation. This guide covers everything you need to know about using the globalMOO API and its associated SDKs.

## Getting Started

* [Getting Started Guide](/globalmoo-documentation/core/getting_started.md) - Quick introduction to globalMOO
* [Interactive Tutorial](https://colab.research.google.com/drive/1uM7fAx2mMEj_hBAejnGCBenup_KdLIrK?usp=sharing) - Try globalMOO in an interactive Google Colab notebook
* [Authentication](/globalmoo-documentation/core/authentication.md) - How to authenticate with the API
* [Core Concepts](/globalmoo-documentation/core/concepts.md) - Key concepts and terminology
* [Error Handling](/globalmoo-documentation/core/error_handling.md) - Error types and handling strategies
* [Event Handling](/globalmoo-documentation/core/events.md) - Process API events and webhooks
* [SDK Initialization](/globalmoo-documentation/core/sdk_initialization.md) - Configure and initialize SDKs
* [Debugging & Logging](/globalmoo-documentation/core/debugging.md) - Debug mode and logging configuration

## Response Schemas

Detailed schema documentation for API responses:

* [Result Schema](/globalmoo-documentation/schemas/result.md) - Objective result format
* [Inverse Schema](/globalmoo-documentation/schemas/inverse.md) - Inverse optimization step format

## API Resources

### Account Management

* [Account Endpoints](/globalmoo-documentation/endpoints/accounts/index.md)
  * Account registration
  * API key management

### Model Management

* [Model Endpoints](/globalmoo-documentation/endpoints/models/index.md)
  * Create and manage optimization models
  * List available models

### Project Configuration

* [Project Endpoints](/globalmoo-documentation/endpoints/projects/index.md)
  * Create optimization projects
  * Configure input parameters

### Trial Execution

* [Trial Endpoints](/globalmoo-documentation/endpoints/trials/index.md)
  * Read trial information
  * Monitor optimization progress

### Objective Management

* [Objective Endpoints](/globalmoo-documentation/endpoints/objectives/index.md)
  * Define optimization objectives
  * Set optimization targets

### Inverse Optimization

* [Inverse Endpoints](/globalmoo-documentation/endpoints/inverse/index.md)
  * Initialize inverse optimization
  * Manage optimization iterations
  * Load outputs

### Output Management

* [Output Endpoints](/globalmoo-documentation/endpoints/outputs/index.md)
  * Load developed outputs
  * Manage output cases

## API Versions

This documentation is for API version 1.0.

## Support

For additional support:

* Contact technical support
* Join our community
* Read our tutorials
* Visit our blog


---

# 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://globalmoo.gitbook.io/globalmoo-documentation/readme.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.
