# About us Clients we worked with

### 63.About us Clients we worked with

> Module position: tp-about-testimonial
>
> Module class suffix: Not Used

![](/files/zPhGiVOcAOqbIoryoJz5)

If you want your module this way, **Go to backend: Extensions --> Module Manager --> New --> Select type as RokSprocket Module** with the settings below:

#### Step-1:

Create a new RokSprocket module

Select your module Layout as "Quotes"

Select your Content provider as "Simple Provider"

Click on "Add New item" Button at right corner

Add your Contents in newly created tabs

Publish the module in "tp-about-us-testimonials"

#### Step-2:

Once the module is successfully created SAVE & CLOSE the settings

#### Step-3:

Again you should create a new Roksprocket module with the settings below

Select your module Layout as "Strips"

Select your Content provider as "Simple Provider"

Choose the Theme as "Parallel"

Add your Brand logo in Image section

Once the Two modules are created you need to create a new custom html module and add the following html code

```html
<h3 class="module-title text-center"><span class="title-left">Clients we </span>
<span class="title-right"> worked with</span>
</h3>
<p class="text-center tp-sub-text">What our clients says about us</p>
<div>{loadposition tp-about-us-testimonials}</div>
<div class="margin-top-40">{loadposition tp-about-us-brands}</div>
```

Make sure the Prepare content in options tab are set to "YES"


---

# 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://jdocs.themeparrot.com/joomla-templates/runway/layout-customization/pages/about-us-clients-we-worked-with.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.
