> For the complete documentation index, see [llms.txt](https://heymichal.gitbook.io/journal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heymichal.gitbook.io/journal/notes/decluttering.md).

# Decluttering

Selling on ebay is a good idea, but it’s so much freaking hassle if you have an entire flat’s worth of stuff you have been accumulating over a few years.

Giving things to charity is amazing, but before, I’d rather see if some people would like to take my precious belongings, or exchange them for fruits, quality time (back massages are always welcome), or a few of the very specific things I need.

Here’s how I did it:

**Step 0:** I’ve had some fun photographing all my stuff, especially clothes (fashion show!). It took a few hours to complete.

**Step 1:** I wrote [this message](https://docs.google.com/document/d/1xvfUBbPxdkk9KnqsWBO31yLYGWC_zBZGC5JQaWn3rXY/edit) and sent to pretty much everyone I knew in Edinburgh. The message included a link to [this spreadsheet](https://docs.google.com/spreadsheets/d/1a2DjVERIyBkX-IcPAIouj1dxyidkOySQ5kexizMKavY/) listing all items, descriptions, photos and a list of desirable things for a swap.

**Step 2:** I created a facebook page with pictures of the items and shared with everyone and asked to share further to get some strangers interested. I posted in on some local groups, too.

![I unpublished the page once the process was over.](/files/-M90BEjs-6IEQz2La4rO)

**Step 3:** I had a blast as I was getting the most wonderful offers for swaps and seeing things disappearing without much hassle.

My favourite swaps included a huge bag of delicious fruits exchanged for my trusted whiteboard, and a story by a professional storyteller swapped for a bicycle. Totally worth it.


---

# 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://heymichal.gitbook.io/journal/notes/decluttering.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.
