# Design

- [Design: overview](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/design-process.md): Understanding the process that internal Ushahidi designers take on and how to contribute design to Ushahidi OSS products.
- ['Best practice' design](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/best-practice-design.md): Guidance on how to design well for Ushahidi.
- [Ushahidi Platform 'Sticker Sheet'](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/ushahidi-platform-sticker-sheet.md): Template and working files to build design for Ushahidi's OSS tools.
- [User testing process](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/user-testing-process.md): Information on how to conduct user testing for Ushahidi.
- [User testing script examples](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/user-testing-script-examples.md): Example user testing scripts to conduct user testing from.
- [Synthesising user testing results examples](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/synthesising-user-testing-results-examples.md)
- [Synthesis example 1](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/synthesising-user-testing-results-examples/synthesis-example-1.md)
- [Synthesis example 2](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/synthesising-user-testing-results-examples/synthesis-example-2.md)
- [Synthesis example 3](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/synthesising-user-testing-results-examples/synthesis-example-3.md)
- [Synthesis recommendations example 1](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/synthesising-user-testing-results-examples/synthesis-recommendations-example-1.md)
- [Synthesis recommendations example 2](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/synthesising-user-testing-results-examples/synthesis-recommendations-example-2.md)
- [Open Source Design](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design/open-source-design.md): Details on contributing to our design process


---

# 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.ushahidi.com/platform-developer-documentation/dev-legacy-v3/design.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.
