# Comprobación de funcionamiento

## Comprobación de funcionamiento de la API

> Devuelve un error 401 si no se proporciona autorización.\
> Si ves esta respuesta, la API está correctamente instalada.<br>

```json
{"openapi":"3.0.3","info":{"title":"API A3 ERP","version":"1.0.0"},"servers":[{"url":"https://<domain>:<port>/api","description":"Servidor de demostracion"}],"paths":{"/":{"get":{"summary":"Comprobación de funcionamiento de la API","description":"Devuelve un error 401 si no se proporciona autorización.\nSi ves esta respuesta, la API está correctamente instalada.\n","responses":{"401":{"description":"Authorization Required","content":{"application/json":{"schema":{"type":"object","properties":{"classname":{"type":"string"},"detailedmessage":{"type":"string"},"apperrorcode":{"type":"integer"},"items":{"type":"array","items":{}},"statuscode":{"type":"integer"},"reasonstring":{"type":"string"},"message":{"type":"string"},"data":{"nullable":true}}}}}}}}}}}
```


---

# 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://a3erpapi.appcloud.es/inicio-rapido/comprobacion-de-funcionamiento.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.
