# Blockquote

The blockquote design here is not by Bootstrap. I didn’t like that plain way there so I beefed it up a bit. See if you like it. I prepared three different styles.

## Examples

{% code overflow="wrap" %}

```
[bsv-blockquote source="Lewe" sourceurl="https://www.lewe.com" title="George Says"]This is a blockquote[/bsv-blockquote]
```

{% endcode %}

<figure><img src="/files/PKBxVpPtPjsVG9dItC43" alt=""><figcaption></figcaption></figure>

## Format

{% code overflow="wrap" %}

```
[bsv-blockquote parameter="value" ...]Your quote here[/bsv-blockquote]
```

{% endcode %}

## Parameters

| Parameter | Description                                        | Default    |
| --------- | -------------------------------------------------- | ---------- |
| source    | The name of the source                             | *no value* |
| sourceurl | The URL for the source name                        | *no value* |
| title     | Optional pop-up title when hovering over the quote | *no value* |


---

# 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://lewe.gitbook.io/lewe-bootstrap-visuals/shortcodes/blockquote.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.
