# Introduction

The APIs and associated services are provided by the FAIR Data Informatics Laboratory at the University of California, San Diego.  Access to APIs is provided via scicrunch.org through an API Service Gateway. There are a number of APIs provided for the research community that are discussed in sections of this handbook:

* Metadata Search via Elasticsearch
  * Resource Information Network (Research Resource Identifiers - RRIDs)
  * SPARC Datasets
* InterLex Terminology
  * Search via Elasticsearch
* Knowledge Graph Services (Coming Soon to the API Gateway)


---

# 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://docs.scicrunch.io/api-service-gateway-overview/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.
