# Taking your Knowledge beyond Discord Bots

So, you've picked a language, chosen a code editor, learned the language, found a library for said language AND have a fully functioning bot listed on Discord Bot List. Now what?

Well, you can take the knowledge you have about the language you learned and apply it to other projects beyond Discord bot development. Coding a Discord bot will teach you many fundamentals of coding, such as logic blocks, import/export, error handling, etc.

## Above & Beyond: JavaScript

You can make websites in React, Vue or another web framework if you achieve proficiency in JavaScript. These frameworks allow you to create advanced websites with "reactive" elements.

You can start searching for internships or jobs which requires experience in JavaScript, if you're interested. Being a frontend/backend developer pays very well, depending on what company you choose to work at.

## Above & Beyond: Python

Coming soon!


---

# Agent Instructions: 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:

```
GET https://vinniehat-1.gitbook.io/guide-to-making-your-own-discord-bot/advanced/taking-your-knowledge-beyond-discord-bots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
