# Assistants Technologies ## Docs - [Accept Privacy Policy](https://docs.assistantscenter.com/dashboard/docs/accept-privacy-policy.md): Automatically accept the privacy policy for the Dashboard without having to give consent in the console. - [Bot](https://docs.assistantscenter.com/dashboard/docs/bot.md): The Discord JS Bot object. - [Client](https://docs.assistantscenter.com/dashboard/docs/client.md): The Discord.JS Client object. - [Domain](https://docs.assistantscenter.com/dashboard/docs/domain.md): Your domain with protocol - [Don't Create Server](https://docs.assistantscenter.com/dashboard/docs/dont-create-server.md): Do not create and don't listen an express http/-s server for Dashboard. - [Efficient Saving System](https://docs.assistantscenter.com/dashboard/docs/efficient-saving.md): Use a modified version of the save system to save all settings at once, rather than save each option individually. - [Channels Multiple Select](https://docs.assistantscenter.com/dashboard/docs/formtypes/channels-multiple-select.md) - [Channels Select](https://docs.assistantscenter.com/dashboard/docs/formtypes/channels-select.md) - [Checkbox](https://docs.assistantscenter.com/dashboard/docs/formtypes/checkbox.md) - [Color Select](https://docs.assistantscenter.com/dashboard/docs/formtypes/color-select.md) - [Embed Builder](https://docs.assistantscenter.com/dashboard/docs/formtypes/embed-builder.md) - [Input](https://docs.assistantscenter.com/dashboard/docs/formtypes/input.md) - [Multiple Select](https://docs.assistantscenter.com/dashboard/docs/formtypes/multiple-select.md) - [Roles Multiple Select](https://docs.assistantscenter.com/dashboard/docs/formtypes/roles-multiple-select.md) - [Roles Select](https://docs.assistantscenter.com/dashboard/docs/formtypes/roles-select.md) - [Select](https://docs.assistantscenter.com/dashboard/docs/formtypes/select.md) - [Spacer](https://docs.assistantscenter.com/dashboard/docs/formtypes/spacer.md) - [Switch](https://docs.assistantscenter.com/dashboard/docs/formtypes/switch.md) - [Text Area](https://docs.assistantscenter.com/dashboard/docs/formtypes/text-area.md) - [Invite Endpoint](https://docs.assistantscenter.com/dashboard/docs/invite-endpoint.md): Specify `/invite` endpoint behavior. - [Join Guild After Authorization](https://docs.assistantscenter.com/dashboard/docs/join-guild.md): Automatically add a user to your Discord Server where the bot is when they log into the Dashboard. - [3rd Party Module](https://docs.assistantscenter.com/dashboard/docs/methods/3rd-party-module.md): Integrate with 3rd party modules. - [Create Custom Page](https://docs.assistantscenter.com/dashboard/docs/methods/create-custom-page.md): This method allows you to create a custom page type. This is useful if you want to create a page that is not passed within the theme. - [Dashboard Events](https://docs.assistantscenter.com/dashboard/docs/methods/dashboard-events.md): The Dashboard class allows you to listen for events in the Dashboard. - [Settings Handler](https://docs.assistantscenter.com/dashboard/docs/methods/settings-handler.md): A quick and easy way to store and retrieve settings from your dashboard. - [Web Sockets](https://docs.assistantscenter.com/dashboard/docs/methods/websockets.md): Dashboard has the Socket.io system loaded into it. - [Minimized Console Logs](https://docs.assistantscenter.com/dashboard/docs/minimized-logs.md): If you want to restrict console logs through Assistants Center, you can do so using this option. - [Port](https://docs.assistantscenter.com/dashboard/docs/port.md): The port to run the dashboard on. - [Rate Limits](https://docs.assistantscenter.com/dashboard/docs/rate-limits.md): The Dashboard allows you to add RateLimits for important endpoints. This allows you to protect against server load in the event of a DDOS attack on the server. - [Redirect URL](https://docs.assistantscenter.com/dashboard/docs/redirectUri.md): The Discord OAuth redirect URL. - [Required Permissions](https://docs.assistantscenter.com/dashboard/docs/required-permissions.md): You can restrict the availability of the Dashboard to only users with reassurance data on the server. - [Session Store](https://docs.assistantscenter.com/dashboard/docs/session-store.md): Store your session and keep you from logging in every time. - [Dashboard Settings](https://docs.assistantscenter.com/dashboard/docs/settings.md) - [SSL](https://docs.assistantscenter.com/dashboard/docs/ssl.md): If you want to use the https protocol, you must provide us with a certificate and an SSL key String. This can also be `fs.readFileSync`. - [Support Server](https://docs.assistantscenter.com/dashboard/docs/support-server.md): Create an endpoint containing a link with an invitation to your Discord Support server. - [Theme](https://docs.assistantscenter.com/dashboard/docs/theme.md): Discord-Dashboard Theme - [Under Maintenance Mode](https://docs.assistantscenter.com/dashboard/docs/under-maintenance.md) - [Introduction](https://docs.assistantscenter.com/dashboard/introduction.md): Welcome to the documentation of the NPM Discord-Dashboard v2 module. - [Categories](https://docs.assistantscenter.com/essentials/categories.md) - [Form Types](https://docs.assistantscenter.com/essentials/formtypes.md) - [Options](https://docs.assistantscenter.com/essentials/options.md) - [Introduction](https://docs.assistantscenter.com/introduction.md): Welcome to the Assistants Technologies Documentation! - [Quickstart](https://docs.assistantscenter.com/quickstart.md): Let's start building a quick, easy, and awesome dashboard in 5 minutes! - [Addons](https://docs.assistantscenter.com/soft-ui/docs/addons.md): An Array of addon IDs which will be imported into the theme. - [Admin](https://docs.assistantscenter.com/soft-ui/docs/admin.md): An Object which contains all the information for the admin page. - [Blacklisted](https://docs.assistantscenter.com/soft-ui/docs/blacklisted.md): An Object which contains all the information for the blacklisted page. - [Color Scheme](https://docs.assistantscenter.com/soft-ui/docs/color-scheme.md): A String which sets the color scheme of the whole website. - [Commands](https://docs.assistantscenter.com/soft-ui/docs/commands.md): An Array which contains all categories and commands for the commands page. - [Custom Theme Options](https://docs.assistantscenter.com/soft-ui/docs/custom-theme-options.md) - [Database Driver](https://docs.assistantscenter.com/soft-ui/docs/database-driver.md): Starting from 1.5.0-beta.1, you are able to use database drivers! This means you can use MongoDB, MySQL, etc for your storage needs. This will store everything that needs to be persistent. (Feeds are stored separately) - [Error](https://docs.assistantscenter.com/soft-ui/docs/error.md): An Object which contains all the error information. - [Footer](https://docs.assistantscenter.com/soft-ui/docs/footer.md): An Object which contains all the information for the footer. - [Date](https://docs.assistantscenter.com/soft-ui/docs/formtypes/date.md) - [Emoji Picker](https://docs.assistantscenter.com/soft-ui/docs/formtypes/emoji-picker.md) - [Multi Row](https://docs.assistantscenter.com/soft-ui/docs/formtypes/multirow.md) - [Number Picker](https://docs.assistantscenter.com/soft-ui/docs/formtypes/number-picker.md) - [Slider](https://docs.assistantscenter.com/soft-ui/docs/formtypes/slider.md) - [Tag Input](https://docs.assistantscenter.com/soft-ui/docs/formtypes/tag-input.md) - [Icons](https://docs.assistantscenter.com/soft-ui/docs/icons.md): An Object which contains all the icons used in the website. - [Index](https://docs.assistantscenter.com/soft-ui/docs/index.md): An Object which contains all the information for the index page. - [Locales](https://docs.assistantscenter.com/soft-ui/docs/locales.md): An Object containing all of the locales to be used. - [Log Handler](https://docs.assistantscenter.com/soft-ui/docs/log-handler.md): This is a log handler for your bot. It will collect all the logs from your bot and display them in the dashboard's admin page. - [Meta](https://docs.assistantscenter.com/soft-ui/docs/meta.md): An Object which contains all the meta information - [Preloader](https://docs.assistantscenter.com/soft-ui/docs/preloader.md): An Object which contains all the information for the preloader. - [Premium](https://docs.assistantscenter.com/soft-ui/docs/premium.md): An Object which contains all the premium information. - [Sharding](https://docs.assistantscenter.com/soft-ui/docs/sharding.md): Soft-UI has a shards page built-in so if you use sharding you can publicly display statistics! - [Sidebar](https://docs.assistantscenter.com/soft-ui/docs/sidebar.md): An Object which contains all the sidebar information. - [Storage](https://docs.assistantscenter.com/soft-ui/docs/storage.md): An Object which contains all the information for the storage. - [Support E-Mail](https://docs.assistantscenter.com/soft-ui/docs/support-email.md): A String which is the email address displayed on the privacy-policy page. - [Sweet Alert](https://docs.assistantscenter.com/soft-ui/docs/sweet-alert.md): An Object which contains all the SweetAlert information. - [Theme 404](https://docs.assistantscenter.com/soft-ui/docs/theme-404.md) - [Theme Maintenance](https://docs.assistantscenter.com/soft-ui/docs/theme-maintenance.md) - [Website Name](https://docs.assistantscenter.com/soft-ui/docs/website-name.md): A [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) which is the name of your website and displayed in a lot of places. - [Introduction](https://docs.assistantscenter.com/soft-ui/introduction.md): Welcome to Soft-Ui! ## OpenAPI Specs - [openapi](https://docs.assistantscenter.com/api-reference/openapi.json)