> For the complete documentation index, see [llms.txt](https://www.uxlibrary.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.uxlibrary.org/explore/information-architecture-and-content-strategy/books.md).

# Books

## Information Architecture for the Web and Beyond

Considered as the bible for Information Architecture, this book will provide you with essential concepts, methods, and techniques for digital design that have withstood the test of time.You will learn how to create semantic structures that will help people engage with your message. ([Credit: O'Reily](http://shop.oreilly.com/product/0636920034674.do))

{% embed url="<http://shop.oreilly.com/product/0636920034674.do>" %}

## How to Make Sense of Any Mess by Abby Covert

This book outlines a step-by-step process for making sense of messes made of information (and people) in different scenarios and also has some awesome worksheets.&#x20;

{% embed url="<https://www.goodreads.com/en/book/show/23557020>" %}

## Search Patterns: Design for Discovery by Peter Morville and Jeffery Callender

By drawing on their own experience-as well as best practices and evidence-based research-the authors not only offer a practical guide to help you build effective search applications, they also challenge you to imagine the future of discovery. You'll find Search Patterns intriguing and invaluable, whether you're a web practitioner, mobile designer, search entrepreneur, or just interested in the topic. It is also recommended by Irene Au, Director of User Experience, Google!

{% embed url="<http://shop.oreilly.com/product/9780596802288.do>" %}

## Content Strategy for the Web by Kristina Halvorson

*Content Strategy for the Web* is the industry’s go-to handbook for creating and executing successful content strategies. You’ll learn how to create and deliver useful, usable content for your online audiences, when and where they need it most.

{% embed url="<https://www.contentstrategy.com/content-strategy-for-the-web>" %}

## The Elements of Content Strategy by Erin Kissane

This brief guide explores content strategy’s roots, and quickly and expertly demonstrates not only how it’s done, but how you can do it well. A compelling read for both experienced content strategists and those making the transition from other fields.

{% embed url="<https://abookapart.com/products/the-elements-of-content-strategy>" %}

![](/files/-LyTzMN_2df8kzPj8tGD)


---

# 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://www.uxlibrary.org/explore/information-architecture-and-content-strategy/books.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.
