<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://www.writethedocs.org/</id>
  <title>Blog - Posts tagged newsletter</title>
  <updated>2026-03-20T18:27:45.418514+00:00</updated>
  <link href="https://www.writethedocs.org/"/>
  <link href="https://www.writethedocs.org/blog/archive/tag/newsletter/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.org/" version="0.10.31">ABlog</generator>
  <entry>
    <id>https://www.writethedocs.org/blog/newsletter-march-2026/</id>
    <title>Write the Docs Newsletter – March 2026</title>
    <updated>2026-03-04T00:00:00+00:00</updated>
    <author>
      <name>Write the Docs Team</name>
    </author>
    <content type="html">&lt;section id="write-the-docs-newsletter-march-2026"&gt;

&lt;p&gt;Hello, fellow documentarians! The days are getting longer here, with more sunlight than we’ve had in months. Sometimes it helps to focus on what doesn’t change. The sun is going to rise again tomorrow and I hope it will shine brightly on you.&lt;/p&gt;
&lt;p&gt;The Portland 2026 conference announced its &lt;a class="reference external" href="/conf/portland/2026/speakers/"&gt;lineup of speakers and talks&lt;/a&gt;, so check them out and &lt;a class="reference external" href="/conf/portland/2026/tickets/"&gt;get your tickets&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The WTD Community Board had its quarterly meetings recently. Surprisingly, to increase efficiency, we actually doubled the number of meetings we had. And it worked! You can read about what we’ve been up to and what we have planned in the &lt;a class="reference external" href="/blog/2026-Q1-community-board/"&gt;Q1 Quarterly Update&lt;/a&gt;. Since those meetings, we’ve actually expanded the &lt;a class="reference external" href="/team/#newsletter"&gt;newsletter team&lt;/a&gt; as well – so welcome to our new contributors Felicity and Andrew!&lt;/p&gt;
&lt;p&gt;This month’s newsletter has articles on structuring docs for AI agents, creating de-personalized examples, how knowledge graphs might be useful for docs, and AI assistants in docs. Enjoy!&lt;/p&gt;
&lt;section id="should-we-structure-docs-for-ai-agents"&gt;
&lt;h2&gt;Should we structure docs for AI agents?&lt;/h2&gt;
&lt;p&gt;According to a recent discussion in the &lt;a class="reference external" href="https://writethedocs.slack.com/archives/C1NEAD7D4"&gt;#ai channel&lt;/a&gt;, maybe! The discussion was prompted by an article: &lt;a class="reference external" href="https://dacharycarey.com/2026/02/18/agent-friendly-docs/"&gt;Agent-Friendly Docs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The article presents the findings that AI agents interact with docs very differently from humans. Agents are AI systems that can autonomously browse, retrieve, and act on information to complete tasks on a user’s behalf.&lt;/p&gt;
&lt;p&gt;The way agents appear to consume your docs may surprise you:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;They don’t always search for your docs — They retrieve URLs from deep memory (sometimes from their training data!) or make poor guesses about the URL pattern.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;They can’t parse tabbed or drop-down content — Those beautifully organized procedures optimized for human readers collapse into walls of undifferentiated text for agents.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;They can’t finish long pages — Agents are configured to cut off after a default number of characters. Your longest page, no matter how well-structured, might not even make it to the table.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Agents make up a growing share of web traffic, and if you want your docs to appear in AI interactions (not everyone does!), there are few low-effort things you can do. A good starting point is implementing an &lt;a class="reference external" href="https://llmstxt.org/"&gt;llms.txt file&lt;/a&gt; – a plain text file that tells agents where your content is and how it’s organized. Note that agents won’t find &lt;cite&gt;llms.txt&lt;/cite&gt; files unless explicitly told they exist.&lt;/p&gt;
&lt;p&gt;Not everyone was convinced that there’s urgency to adapt docs for agent consumption, or that it’s even worth the effort. Some argued that agent behavior is still too inconsistent and fast-changing to optimize for and that agents will eventually need to adapt to legacy docs, not the other way around. Others noted that many of the obstacles are infrastructure problems (how a CMS renders tabs or handles redirects) rather than writing problems.&lt;/p&gt;
&lt;p&gt;The reassuring consensus: the actual content of good docs largely serves both audiences. Clarity, structure, and good semantics benefit human and agent readers alike.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#ai-and-llms"&gt;AI and LLMs&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="de-personalizing-examples"&gt;
&lt;h2&gt;De-personalizing examples&lt;/h2&gt;
&lt;p&gt;Effective documentation may require examples within the content. Documentarians must consider ways to protect the security and privacy of your company’s or other people’s information while maintaining clear and usable examples. A recent poster sought guidance on creating in-house guidelines about what would be considered private data (such as email addresses, API tokens, server names, and user IDs), how to mask or replace that data appropriately, and where these standards should be applied (for example, in textual content and screenshots).&lt;/p&gt;
&lt;p&gt;For guidance on creating fictitious names, domains, and other sample data, contributors recommended consulting existing style guides (such as the &lt;a class="reference external" href="https://stylepedia.net/"&gt;Red Hat Technical Writing Style Guide&lt;/a&gt;, &lt;a class="reference external" href="https://learn.microsoft.com/en-us/style-guide/welcome/"&gt;Microsoft Writing Style Guide&lt;/a&gt;, &lt;a class="reference external" href="https://developers.google.com/style"&gt;Google Developer Documentation Style Guide&lt;/a&gt; and the &lt;a class="reference external" href="https://help.splunk.com/en/splunk-style-guide/welcome-to-the-splunk-style-guide"&gt;Splunk Style Guide&lt;/a&gt;). See also the &lt;strong&gt;General&lt;/strong&gt; resources at the end of this article.&lt;/p&gt;
&lt;p&gt;Specific recommendations include using neutral or common placeholder names (such as Pat Smith) and internationally representative names where appropriate, clearly fictitious domains such as example.com, and obvious placeholder digits (for example, 0123456789 or repeated numbers). The discussion also advised avoiding copyrighted fictional characters and suggested, where appropriate, that example usernames reflect user roles (such as user or admin).&lt;/p&gt;
&lt;p&gt;For visual content (such as screenshots), one person brought up a security consideration: blurred text in images can sometimes be reversed. Improperly applied redactions (such as overlaying black boxes without removing underlying text) can leave sensitive information accessible. For possible solutions, visit the links provided in &lt;strong&gt;Images&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Appropriate resources may depend on the type of documentation you produce for your company. Depending on your workflow and your access, you may need to consider content in source files, published files, web content, or comments in code. By developing a standards-based guide for your company, you can prevent accidental disclosure of private or proprietary information while maintaining realistic and meaningful examples in any documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://www.writethedocs.org/blog/newsletter-july-2020/#resources-for-diverse-example-names"&gt;Resources for diverse example names&lt;/a&gt; (Write the Docs Newsletter July, 2020)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://ddbeck.com/fictitious-numbers/"&gt;A list of fictitious numbers, domains, and more&lt;/a&gt; (Daniel D. Beck blog)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://ocular-d.github.io/styleguide-editorial/examples-placeholders.html"&gt;Examples and placeholders&lt;/a&gt; (Ocular-D Editorial Style Guide)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://developers.google.com/style/examples"&gt;Example domains and names&lt;/a&gt; (Google developer documentation style guide)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;RFCs (Request for Comments, Internet Engineering Task Force)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://datatracker.ietf.org/doc/html/rfc5737"&gt;RFC 5737 - IPv4 Address Blocks Reserved for Documentation&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://datatracker.ietf.org/doc/html/rfc3849"&gt;RFC 3849 - IPv6 Address Prefix Reserved for Documentation&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://document360.com/blog/privacy-compliance-in-documentation/"&gt;Ensuring Privacy Compliance in Documentation: A Practical Guide&lt;/a&gt; (Document360)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Images&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://cleariflow.com/blog/screenshot-security-privacy"&gt;Screenshot Security: Handling Sensitive Content And Privacy&lt;/a&gt; (Cleariflow)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://www.redactor.com/blog/how-to-manage-pii-in-images-gdpr-privacy-laws-compliance"&gt;How to Manage PII in Images for GDPR and Privacy Laws Compliance&lt;/a&gt; (Sighthound Redactor)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Developer Documentation&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://learn.microsoft.com/en-us/style-guide/developer-content/code-examples"&gt;Code examples&lt;/a&gt; (Microsoft Writing Style Guide)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://stylepedia.net/style/#use-hostnames-correctly"&gt;Using Host and Usernames Correctly&lt;/a&gt; (Red Hat Technical Writing Style Guide)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/01-Information_Gathering/05-Review_Web_Page_Content_for_Information_Leakage"&gt;Review Web Page Content for Information Leakage&lt;/a&gt; (OWASP Foundation, Inc.)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#style-guides"&gt;style guides&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="knowledge-graphs-in-documentation"&gt;
&lt;h2&gt;Knowledge graphs in documentation&lt;/h2&gt;
&lt;p&gt;A recent community discussion explored what it might mean to use knowledge graphs in documentation in practice. Some thought the term was rather abstract, but had some hope that the underlying ideas would be simpler and more practical than expected.&lt;/p&gt;
&lt;p&gt;At a high level, a &lt;a class="reference external" href="https://www.ibm.com/think/topics/knowledge-graph"&gt;knowledge graph&lt;/a&gt; represents the relationships among related concepts. Each concept is represented as a node and the relationships between them are known as edges. This approach allows information to be explored in context and through relationships rather than as isolated pieces.&lt;/p&gt;
&lt;p&gt;One commonly referenced example is &lt;a class="reference external" href="https://www.wikidata.org/wiki/Wikidata:Introduction"&gt;Wikidata&lt;/a&gt;, which collects structured data representing links among items such as people, concepts, and events. These relationships can be used in a variety of applications, such as improving responses to knowledge queries and building privacy-respecting travel assistants.&lt;/p&gt;
&lt;p&gt;In the context of documentation, most teams are not building full knowledge graphs. Instead, they apply the same thinking through intentional linking and structure. This often involves connecting related topics, concepts, and workflows across a documentation set.&lt;/p&gt;
&lt;p&gt;Multiple people noted that they use a similar approach in their own personal writing, considering how each page they write relates to others. They did not think of this as building full knowledge graphs, but they still saw benefits in understanding similarities among concepts. They also saw some benefit from feeding the relationships to AI agents for more sophisticated results when searching for information.&lt;/p&gt;
&lt;p&gt;This last benefit was something that people were working on for larger documentation sets as well. One participant described developing a knowledge graph so a support chatbot could use it to provide answers (a previous chatbot had used semantic chunking). They had created an &lt;a class="reference external" href="https://www.ibm.com/think/topics/knowledge-graph#:~:text=Ontologies"&gt;ontology&lt;/a&gt; and were working on implementing it and getting it ready to maintain. For more thoughts on how knowledge graphs can benefit documentation, see &lt;a class="reference external" href="https://clickhelp.com/clickhelp-technical-writing-blog/how-knowledge-graphs-can-improve-documentation-creation/"&gt;an article from ClickHelp&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#information-architecture"&gt;information architecture&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="ai-assistants-in-docs"&gt;
&lt;h2&gt;AI assistants in docs&lt;/h2&gt;
&lt;p&gt;A recent question in the &lt;a class="reference external" href="https://writethedocs.slack.com/archives/C1NEAD7D4"&gt;#ai channel&lt;/a&gt; asked whether there was any data or research on user preferences for AI assistants vs. traditional docs?&lt;/p&gt;
&lt;p&gt;Some observed that a &lt;a class="reference external" href="https://modelcontextprotocol.io/docs/getting-started/intro"&gt;Model Context Protocol (MCP)&lt;/a&gt; server can enable users to connect docs to their preferred tools, but most readers don’t know it exists or lack the infrastructure for it. One person noted an overall positive experience with having a chatbot linked to not only docs, but also forums and a community Slack, to give users more search options.&lt;/p&gt;
&lt;p&gt;Others noticed value in people using a product’s in-docs chatbot to assess the product’s value before building with it. Product Managers and the legal team explore a product’s capability without wanting to build at all. However, everyone will have a context to drop docs into. Another person agreed that it’s a better investment long-term to bring docs to where people are. Providing an AI-powered chatbot on a docs site can source data through interactions with users on how to optimize docs.&lt;/p&gt;
&lt;p&gt;Some recognized the increasingly common expectation for users to chat with docs like people converse with ChatGPT. With that mental model in place as a framework, an ideal AI chat solution can identify esoteric knowledge, integrate customer support tooling, and handle escalation flows.&lt;/p&gt;
&lt;p&gt;People discussed user preferences for AI-first/AI assistant docs vs. traditional docs. Some highlighted a trend toward “answer engine optimization”, meaning structuring content to maximize visibility in AI-powered search results. Tests are being run internally to identify which types of content people prefer. Meanwhile, others shared how knowledge bases have changed from having search bars to implementing conversational search.&lt;/p&gt;
&lt;p&gt;The consensus was that AI chatbots are contributing to user satisfaction when navigating docs sites. These tools are helpful guides and streamline the search process for many people, but adoption of AI chatbots depends on identifying exact user needs and matching them with the appropriate product. There is a trend of companies supporting AI-first docs, but there are concerns about long-term reliability.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#ai-and-llms"&gt;AI and LLMs&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="from-our-sponsor"&gt;
&lt;h2&gt;From our sponsor&lt;/h2&gt;
&lt;p&gt;This month’s newsletter is sponsored by &lt;a class="reference external" href="https://marketplace.atlassian.com/apps/254/gliffy-diagrams-for-confluence?hosting=cloud&amp;amp;tab=overview&amp;amp;utm_source=write-the-docs&amp;amp;utm_medium=sponsored-content&amp;amp;utm_campaign=2025-gliffy-gliffydiagramsforconfluence&amp;amp;utm_content=atlassian-marketplace"&gt;Gliffy&lt;/a&gt;.&lt;/p&gt;
&lt;a class="reference external image-reference" href="https://marketplace.atlassian.com/apps/254/gliffy-diagrams-for-confluence?hosting=cloud&amp;amp;tab=overview&amp;amp;utm_source=write-the-docs&amp;amp;utm_medium=sponsored-content&amp;amp;utm_campaign=2025-gliffy-gliffydiagramsforconfluence&amp;amp;utm_content=atlassian-marketplace"&gt;&lt;img alt="Gliffy logo" class="align-center" src="../../../../_images/gliffy.png" style="width: 50%;" /&gt;&lt;/a&gt;
&lt;p&gt;Gliffy gives fast‑moving teams a clearer way to communicate complex ideas. Its drag‑and‑drop canvas, Mermaid support, and AI‑powered diagram creation all come together in a single, seamless Confluence app.&lt;/p&gt;
&lt;p&gt;When your diagrams live directly inside Confluence, your documentation stays consistent, accessible, and far easier to keep up to date—no more scattered files or siloed knowledge.&lt;/p&gt;
&lt;p&gt;If you’re looking to elevate the way your team documents and collaborates, explore &lt;a class="reference external" href="https://marketplace.atlassian.com/apps/254/gliffy-diagrams-for-confluence?hosting=cloud&amp;amp;tab=overview&amp;amp;utm_source=write-the-docs&amp;amp;utm_medium=sponsored-content&amp;amp;utm_campaign=2025-gliffy-gliffydiagramsforconfluence&amp;amp;utm_content=atlassian-marketplace"&gt;Gliffy for free on the Atlassian Marketplace&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Interested in sponsoring the newsletter? Take a look at our&lt;/em&gt; &lt;a class="reference external" href="/sponsorship/newsletter/"&gt;sponsorship prospectus&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="write-the-docs-resources"&gt;
&lt;h2&gt;Write the Docs resources&lt;/h2&gt;
&lt;p&gt;Write the Docs offers lots of valuable resources related to documentation. See all of the Write the Docs &lt;a class="reference external" href="/about/learning-resources/"&gt;learning resources&lt;/a&gt;. To discuss any of these ideas or others related to documentation, join the conversation in the &lt;a class="reference external" href="/slack/"&gt;Write the Docs Slack community&lt;/a&gt; in one of the many &lt;a class="reference external" href="/slack/#channel-guide"&gt;channels&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="events-coming-up"&gt;
&lt;h2&gt;Events coming up&lt;/h2&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;5 Mar, 18:00 CET (Amsterdam, Netherlands): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-amsterdam/events/313410641/"&gt;Two superpowers: developer docs and digital sovereignty&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;6 Mar, 08:30 EST (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/311760885/"&gt;Social Hour for Documentarians&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;10 Mar, 19:00 EDT (Ottawa, Canada): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-ottawa/events/313440478/"&gt;Write the Docs Meetup – Annual General Meeting&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;12 Mar, 18:00 PDT (Seattle, Portland, &amp;amp; San Francisco, USA): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-bay-area/events/313598292/"&gt;West Coast Super Meetup: Tom Johnson &amp;amp; Dave Nunez (Virtual)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;18 Mar, 18:00 CDT (Austin, USA): &lt;a class="reference external" href="https://www.meetup.com/writethedocs-atx-meetup/events/313592816/"&gt;Show &amp;amp; Tell: How Are You Using AI for Docs?&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;19 Mar, 18:30 GMT (London, United Kingdom): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-london/events/313604884/"&gt;Write the Docs: March event (Save the date!)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;19 Mar, 18:30 PDT (San Francisco, USA): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-bay-area/events/312635049/"&gt;Technical Writing Career Growth in the Age of LLMs — Panel Discussion&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;20 Mar, 08:30 EDT (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/312057445/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;3 Apr, 08:30 EDT (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/312057453/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://www.writethedocs.org/blog/newsletter-march-2026/"/>
    <summary>Hello, fellow documentarians! The days are getting longer here, with more sunlight than we’ve had in months. Sometimes it helps to focus on what doesn’t change. The sun is going to rise again tomorrow and I hope it will shine brightly on you.</summary>
    <category term="newsletter" label="newsletter"/>
    <published>2026-03-04T00:00:00+00:00</published>
  </entry>
</feed>
