# Examples

- [Find financial document by parent financial document](https://api-docs.rightsline.com/search/examples/example-find-financial-document-by-parent-financial-document.md)
- [Search by template and status](https://api-docs.rightsline.com/search/examples/search-by-template-and-status.md): Use the below search on any of the /search endpoints to filter the results by a specific template and status.
- [Find catalog items on a deal](https://api-docs.rightsline.com/search/examples/find-catalog-items-on-a-deal.md)
- [Find rights on catalog item](https://api-docs.rightsline.com/search/examples/find-rights-on-catalog-item.md)
- [Find rights by child contact](https://api-docs.rightsline.com/search/examples/find-rights-by-child-contact.md)
- [Search for all records that don't have a value for a specific field](https://api-docs.rightsline.com/search/examples/search-for-all-records-that-dont-have-a-value-for-a-specific-field.md)
- [Search relationships, filtering by template of child record](https://api-docs.rightsline.com/search/examples/search-relationships-filtering-by-template-of-child-record.md)


---

# 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://api-docs.rightsline.com/search/examples.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.
