> For the complete documentation index, see [llms.txt](https://olab4.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olab4.gitbook.io/help/advanced-topics.md).

# Advanced Topics

- [Advanced Node Editor](https://olab4.gitbook.io/help/advanced-topics/advanced-node-editor.md): More info about the ANE
- [ChangeLog](https://olab4.gitbook.io/help/advanced-topics/changelog.md): What's new?
- [Differences between OLab4 and OLab3](https://olab4.gitbook.io/help/advanced-topics/changelog/differences-between-olab4-and-olab3.md): A summary of the main changes, rather than a changelog or roadmap.
- [Cached browser data](https://olab4.gitbook.io/help/advanced-topics/cached-browser-data.md): The challenges of dealing with the browser cache and local storage.
- [TTalk](https://olab4.gitbook.io/help/advanced-topics/ttalk.md): Use and design of TTalk maps
- [Import/Export](https://olab4.gitbook.io/help/advanced-topics/import.md): How to import and export OLab maps
- [Users, roles](https://olab4.gitbook.io/help/advanced-topics/users-roles.md): How to manage Users and Roles, access control.
- [CURIOS video mashups](https://olab4.gitbook.io/help/advanced-topics/curios-video-mashups.md): How to use the CURIOS service to insert video segments
- [Glossary](https://olab4.gitbook.io/help/advanced-topics/glossary.md)
- [Groups and Roles](https://olab4.gitbook.io/help/advanced-topics/courses.md): All about the containers of maps (aka Scenarios or webinars). These are means to create sets of users and maps for management by course designers. Often managed externally by a LMS.
- [Script Objects](https://olab4.gitbook.io/help/advanced-topics/script-objects.md): All about objects that contain Javascript
- [CIGARS](https://olab4.gitbook.io/help/advanced-topics/cigars.md): Context Identifier Generation And Retrieval Service
- [Analytics](https://olab4.gitbook.io/help/advanced-topics/analytics.md): Session reports, activity metrics and report
- [Shortcodes](https://olab4.gitbook.io/help/advanced-topics/shortcodes.md): What are those funny codes in square brackets?


---

# 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, and the optional `goal` query parameter:

```
GET https://olab4.gitbook.io/help/advanced-topics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
