# Introduction

{% columns fullWidth="false" %}
{% column width="50%" %}

## API Reference

Welcome to the **gospace AI** API reference. Our API is organised around REST, offering predictable, resource-oriented URLs, and uses standard HTTP response codes and verbs. It is designed to have an effortless integration and provide powerful features for developers looking to incorporate intelligent, dynamic space scheduling and workspace utilisation into their applications or platforms.

The **gospace API** empowers you to streamline and automate complex office management tasks like space scheduling, team coordination, and workspace demand forecasting.

With the **gospace API**, you can:

* **Manage and Automate Scheduling:** Schedule, update, and cancel space bookings on behalf of teams or individuals within an organisation.
* **Retrieve and Analyse Space Usage Data:** Access real-time and historical data on space usage and workspace demand patterns.
* **Integrate with Existing Tools:** Seamlessly integrate with collaboration platforms like Microsoft 365 for a unified workspace management experience.
* **Configure Settings and Preferences:** Define team requirements, set minimum in-office days, or decommission unused space programmatically.
  {% endcolumn %}

{% column %}

#### Getting started?

Check out our developer [quick start guide](https://developer.gospace.com/start-building)

#### Not a Developer?

Use the gospace AI [admin console](https://console.gospace.app/) to automate your workplace, or [contact us](https://www.gospace.com/contact) for any custom integrations <support@gospace.com>.

<div data-full-width="true"><figure><img src="https://2927481958-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxnjAXMBvJYG62hlTa1Lk%2Fuploads%2Fu92ggqlhLxSIWfepVZUF%2Fhero.png?alt=media&#x26;token=68178fce-6d51-4025-8460-ffd77adf6a95" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

We've designed our API with developer usability in mind. Each API endpoint in the gospace AI API comes with detailed descriptions, usage examples, and error messages to make your development process as smooth as possible.

We also provide extensive libraries for popular programming languages and a detailed developer dashboard for testing and troubleshooting. You can find more details about specific endpoints, requests, and responses in the subsequent sections of this documentation.

Whether you're integrating the **gospace AI** into a single platform or developing a suite of workspace management tools, our API is designed to provide you with the flexibility and power you need to create an efficient, future-ready work environment.


---

# 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://developer.gospace.com/introduction.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.
