# Integrations

## Inbound

Getting data **into** a running Spherical instance is a straightforward process. It can be done by connecting an API gateway by following the relevant instructions on the following pages:

{% content-ref url="/pages/-LuDP1H-2TzOtKcRubWQ" %}
[Apigee](/guide/integrations/apigee.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LuDP2pLFfBf5xMghdVW" %}
[Kong](/guide/integrations/kong.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LuDQEG\_uTbUdhSUikl9" %}
[AWS API Gateway](/guide/integrations/aws-api-gateway.md)
{% endcontent-ref %}

Integrations with these API Gateways are implemented using AWS Lambda functions, in which an inbound HTTP method request from a client is mapped to a [Lambda function invocation](https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html). By using a *Lambda Proxy Integration,* the entire request is passed wholesale into the Spherical instance.&#x20;

Inbound integrations should be performed ***after*** creating a Spherical instance.

## Outbound

Getting events **out of** a running Spherical instance is also a straightforward process. This is done asynchronously using AWS Lambda functions in a deployed **CloudFormation** stack (as discussed in the Summary). Currently there are only two outbound integrations, but it is very simple to implement your own Lambda functions to integrate with your own (or third party) services:

{% content-ref url="/pages/-LuDP-kkXBkrdNGEZv3V" %}
[Slack](/guide/integrations/slack.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LuDOyHtxhmZsjJZevGV" %}
[Splunk](/guide/integrations/splunk.md)
{% endcontent-ref %}

Outbound integration steps should be performed ***before*** creating a Spherical instance.


---

# 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://guide.sphericaldefence.com/guide/integrations.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.
