# Welcome to OctoTable's API documentation

Welcome to the OctoTable API documentation! Here, you'll find an overview of the powerful features OctoTable offers to help you integrate seamlessly with our Restaurant Reservation System.

A restaurant reservation system lets customers easily book tables online, streamlining the process for both guests and the restaurant. With OctoTable, you can choose to use either our booking engine or integrate with the Reserve With Google booking engine to manage reservations. It automates the process of scheduling, confirming, and organizing reservations for restaurants.&#x20;

**⚠️ NOTE**\
On Gitbook, you will find a manual that explains how to use the OctoTable APIs effectively. For the complete and detailed documentation, please refer to our Postman collection.

{% hint style="warning" %}
OctoTable API is currently in PREVIEW, we reserve to change it in future. &#x20;
{% endhint %}

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started with Postman</strong></td><td>Let us guide you through how the documentation works</td><td></td><td></td><td><a href="getting-started-with-the-api-collection-in-postman">getting-started-with-the-api-collection-in-postman</a></td></tr><tr><td><strong>Create a New API</strong></td><td>Learn the basics of OctoTable</td><td></td><td></td><td><a href="create-clients/quickstart">quickstart</a></td></tr><tr><td><strong>Manage the reservations</strong></td><td>See or modify your reservations</td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr></tbody></table>


---

# 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://octotable-1.gitbook.io/octotable-api/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.
