What do you mean by “I cannot find alot of keywords used to have them before”?
Do you mean the auto-complete in your editor is not working for these keywords now?
Do you mean that your editor is highlighting them as not available?
Do you mean the test fails because robot framework can’t find the keywords?
The first 2 are not really robot framework issues but rather your editor or the plugin for your editor, so perhaps mention the editor and any plugins you are using?
The third could be a compatibility issue with RF7, which version of RF were you using before?
You could try typing Send and seeing if your test runs and passes, just to confirm where the issue is.
FYI - that list is not Robot Framework functionality, it’s part of your editor, sorry I’m not familiar with that editor, is it pycharm? (just a guess from the task bar icon)
Also I noticed you appear to have Python 3.6? Robot Framework 7 required Python 3.8 or higher
For Pycharm there is the option to change to the robotframework-lsp plugin, but that one is incompatible with robotframework v7.0.
Another, but quite disruptive, option is to change IDE to VSCode with the robotcode plugin.
(Disclaimer, I haven’t tried whether that would fix your problem)