# Connectors

Connectors in Stadium are used to join your application together with other services or datasources. For example, create a connector to communicate with a database or to read or write files to the file system. The following connectors are available:

***

[**Database**](https://docs.stadium.software/connectors/database-connector)

<div align="left"><img src="https://3514041584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqxH8JA8xG3I22tiZG5H6%2Fuploads%2Fgit-blob-ed5c8ae4ec020488f889d241cfa259bb6eb6c916%2Fdatabaseconnector.png?alt=media" alt=""></div>

Use this to connect to your databases and run queries or stored procedures.

***

[**File System**](https://docs.stadium.software/connectors/file-system-connector)

<div align="left"><img src="https://3514041584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqxH8JA8xG3I22tiZG5H6%2Fuploads%2Fgit-blob-9fe5dfcc2cbc905ae6a2f805dcb65c2e1a5ee26e%2Ffilesystemconnector.png?alt=media" alt=""></div>

Add a working folder to your application. This connector connects to a folder on your local harddisk or to a network folder and allows your application to read/write/delete a file from that specific folder or subfolders within it.

***

[**Web Service**](https://docs.stadium.software/connectors/web-service-connector)

<div align="left"><img src="https://3514041584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqxH8JA8xG3I22tiZG5H6%2Fuploads%2Fgit-blob-de83c39e271975fc2cef0fe9880f3230ab53396c%2Fwebserviceconnector.png?alt=media" alt=""></div>

Use this connector to consume RESTful web services.


---

# 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.stadium.software/connectors.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.
