# Dynamic tags

A guide..

We can get access to most Bullhorn fields using the dymanic tags to pull in the information into file name and Docusign update field

Sorted by per entity - as the entity you create your template for matters except for the document sender.

Dates in file name

**Custom**&#x20;

We also have the opportunity to use Javascript to pull in names from Bullhorn fields into both the Docusign recipient and the email if need be. This means e.g if a signer's infomation lives in certain fields or custom fields we can set it up to auto-pull in the name and email instead of manually having to enter the Reciient information each time&#x20;

E.g.

Contract approver's name:  customText2

Dynamic tags used to pull in the Contacts's name and email:&#x20;

\[(${custom.out.contactName})] \[(${custom.out.contactEmail})]

*Plus script!*


---

# 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://help.kyloepartners.com/kyloe-awesomedocs-2.0/kyloe-awesomedocs-admin/getting-started/build-an-awesomedocs-template/the-template-settings/dynamic-tags.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.
