# Miscellaneous functions

We will look at some more functions in this section apart from those that were discussed earlier.

<table><thead><tr><th width="295">NAME</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><a href="/pages/9Oektam6yHGFPFUCEmd4">FETCH</a></td><td>Retrieves data from a URL in real time. Can pass parameters to extract specific data.</td></tr><tr><td><a href="/pages/q2Fmryk5IFu1cPAMZpUb">LOOKUP</a></td><td>Look up values from an Infobridge query and load them inside an Inforiver visual.</td></tr></tbody></table>


---

# 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.inforiver.com/formula-syntax/miscellaneous-functions.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.
