# Introduction

The Gsped API is a RESTful application that allows to create and obtain information about new or existing resources

The base address to enter the API is:

**<https://api.gsped.it/>**

In case of a dedicated instance is being used, its name must be added to the URL.

**<https://api.gsped.it/\\[INSTANCE>]**

The name of your instance will be given to you when your configurations will be released to production.

## Test area

During the process of onboading you will be given an API key for the test calls to our sandbox.

the address for the sanbox calls is: **<https://api.gsped.it/sandbox>**


---

# 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://apidocs.gsped.com/gsped-api-english-version/overview/introduzione.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.
