# Adding Citations

QuotesDLX allows for citations, which helps provide a profile photo and several fields for name, title, and source (attribution).

<figure><img src="/files/EhnfdEkwvZ8KV539hfRY" alt=""><figcaption><p>Citation Example from QuotesDLX</p></figcaption></figure>

You can enable citations by clicking on the Citations panel in the block editor when on a QuotesDLX block.

<figure><img src="/files/tz4YrLz3MzfVEKn6HPo0" alt=""><figcaption><p>Citation Options in the Sidebar</p></figcaption></figure>

For shortcodes, here's a sample of the arguments in use:

{% code overflow="wrap" %}

```
[quotesdlx enable_citation="true" citation_image_url="https://dlxplugins.local/wp-content/uploads/2024/06/headshot.jpg" citation_author="Ronald Huereca" citation_title="Web Developer" enable_citation_source="true" citation_source="<a href='https://dlxplugins.com'>https://dlxplugins.com</a>"]You can only delay the inevitable[/quotesdlx]
```

{% endcode %}

{% content-ref url="/pages/QaC1TMtlHHo5BBhRDVzB" %}
[Shortcode Parameters](/quotes-dlx/getting-started/shortcode-parameters.md)
{% endcontent-ref %}


---

# 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.dlxplugins.com/quotes-dlx/quotesdlx-block/adding-citations.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.
