> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/runway/layout-customization/pages/about-us-clients-we-worked-with.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://jdocs.themeparrot.com/joomla-templates/runway/layout-customization/pages/about-us-clients-we-worked-with.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
