> For the complete documentation index, see [llms.txt](https://docs.cloudio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality.md).

# Working with Additional Functionality

- [Using data sources for advanced functions](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/invoking-a-data-source-using-pre-query.md)
- [Adding custom handlers](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/invoking-a-data-source-using-pre-query/adding-custom-handlers.md)
- [List of methods in ObjectHandler interface](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/invoking-a-data-source-using-pre-query/adding-custom-handlers/list-of-methods-in-objecthandler-interface.md)
- [Sample code to override the handlerAfterInsertRow method](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/invoking-a-data-source-using-pre-query/adding-custom-handlers/sample-code-to-override-the-handlerafterinsertrow-method.md)
- [Uploading the compiled Java class](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/invoking-a-data-source-using-pre-query/adding-custom-handlers/uploading-the-compiled-java-class.md)
- [Managing activity streams](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/invoking-a-data-source-using-pre-query/managing-activity-streams.md)
- [Accessing pages from Oracle EBS](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/accessing-pages-from-oracle-ebs.md)
- [Configuring Oracle EBS](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/accessing-pages-from-oracle-ebs/configuring-oracle-ebs.md)
- [Configuring CloudIO](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/accessing-pages-from-oracle-ebs/untitled.md)
- [Customizing the page using CSS](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/customizing-the-page-using-css.md)
- [Creating PDF documents using MagicBox](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/creating-pdf-documents-using-magicbox.md)
- [Understanding widgets](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/creating-pdf-documents-using-magicbox/understanding-widgets.md)
- [Utility methods](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/utility-methods.md)
- [Generating the output based on a docx template](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/generating-the-output-based-on-a-docx-template.md)
- [Audit features](https://docs.cloudio.io/working-with-additional-functionality/working-with-additional-functionality/audit-features.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.cloudio.io/working-with-additional-functionality/working-with-additional-functionality.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.
