# Showcasing Your Work

{% hint style="info" %}
Demonstrating your work can vary greatly. What is important is telling, showing and watching users interact with your software. The feedback you receive is essential to improving the system.
{% endhint %}

You can view my current websites by visiting the links below.

{% embed url="<https://andycary.com/>" %}
<https://andycary.com>
{% endembed %}

{% embed url="<https://radvatar.com>" %}
<https://radvatar.com>
{% endembed %}

Feel free to send me a thoughtful message on the Contact form on my website: <https://andycary.com/contact>

{% embed url="<https://andycary.com/contact>" %}

Check back for updates as I will be updating sections along the way. Thanks for reading!


---

# 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://adroit.andycary.com/software-engineering/showcasing-your-work.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.
