# Attivio Platform SDK 5.6.3

## Attivio Modules

Attivio modules allow custom code (for example ingestion or query transformers) to be added to your Attivio projects.

{% content-ref url="/pages/-LogBY-Kjj9QAz69Na9z" %}
[Module SDK](/sdk/module-sdk.md)
{% endcontent-ref %}

Public site for SDK javadoc

## Attivio Service Factory

The Attivio Service Factory allows SDK users to access a set of Attivio services, or create custom services, that run on a node process.

{% content-ref url="/pages/-LogBY-LYSrB5jCHNfCE" %}
[Service Factory](/sdk/service-factory.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LogBY-MNsp70Dq\_WqTk" %}
[Creating a Custom Service](/sdk/service-factory/custom-service-creating.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LogBY-N0-woZmh05-HK" %}
[Testing with the ServiceFactory](/sdk/service-factory/custom-service-testing.md)
{% endcontent-ref %}

## Other guides

{% content-ref url="/pages/-LogBY-OLYBnCNMs3qzM" %}
[Custom Executables](/sdk/custom-executables.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LogBY-PuhH74wYFvs0w" %}
[Components](/sdk/components.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LogBY-SI-S0HKoVf\_sL" %}
[Scanners](/sdk/scanners.md)
{% endcontent-ref %}


---

# 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://attivio.gitbook.io/sdk/undefined.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.
