If you're looking to use an open source or self-hosted integration manager on Riot or another client, Dimension is for you.
</p>
<h4>What is an integration manager?</h4>
<p>
Integration managers are the part of your client that help you configure the various bots, bridges, and widgets for your
room and account. Many bots, brides, and widgets ('integrations') have manual, text-based, ways to configure them however for
most users that can be too complicated or confusing. Dimension, and other integration managers, aim to provide an easy-to-use
interface for setting up integrations.
</p>
<p>
The infrastructure ends up looking something like this:<br/>
<imgsrc="img/infrastructure.png"/>
</p>
</div>
<divclass="wrapper"*ngIf="!showPromoPage">
<h3>Welcome to your new Dimension instance!</h3>
<p>
If you haven't already, join <ahref="https://matrix.to/#/#dimension:t2bot.io">#dimension:t2bot.io</a> on
matrix and star the repository on <ahref="https://github.com/turt2live/matrix-dimension">Github</a>.
</p>
<h4>Configuring Riot</h4>
<p>Update your Riot <code>config.json</code> file to have the following options:</p>
<pre>{{ integrationsConfig }}</pre>
<h4>Configuring bots, bridges, and widgets</h4>
<p>All of the bots, bridges, and widgets Dimension offers can be turned on and off and configured from within Riot.</p>
<ol>
<li>Open the integrations manager (the 3x3 grid in the top right of any room).</li>
<li>If you're an admin, you'll see a gear (<iclass="fa fa-cog"></i>) icon in the top right. To add yourself as an admin, put your user ID in the Dimension configuration and restart Dimension.</li>
<li>Click the gear icon and go through the different areas on the left to configure your integrations.</li>
</ol>
<h4>"Could not contact integrations server" error</h4>
<p>
When Riot cannot reach Dimension or Dimension is unable to reach your homeserver an error saying "Could not contact integrations
server" shows up in every room. Before visiting us in <ahref="https://matrix.to/#/#dimension:t2bot.io">#dimension:t2bot.io</a>
on matrix, here's a few things to check:
</p>
<ul>
<li><strong>Verify the homeserver configuration in Dimension.</strong> The name, client/server URL, and access token all need to be valid and directed at your homeserver.</li>
<li><strong>Verify federation is enabled on your homeserver.</strong> Even in a private, or non-federated, environment federation needs to be enabled so Dimension can work correctly. Dimension should still work okay if federation on your homeserver is bound to a private interface instead of being public - just be sure to set the federation URL in your configuration.</li>
<li><strong>Verify that federation is working on your homeserver.</strong> Using tools like the <ahref="https://matrix.org/federationtester/api/report?server_name=YOUR_SERVER_HERE.com">federation tester</a>, make sure that federation is working on your homeserver.</li>